Metadata: regions

Any region that can be selected for viewing on the map or plot. Includes Super Regions and Sub Regions and information about their relationships..

Super Regions

These are top-level regions, e.g. “Western U.S.”, “Canada”. The webapp needs to be able to quickly load the list of super-regions so it can display a selector to the user. Depending on which is selected, different sub-regions may display.

  • Super Regions definition file MUST be named root.json.

  • Super Regions definition file MUST be in compliance with the schema.

  • Super Regions definition file MUST be pushed to the regions/ subdirectory of the incoming directory, e.g. {incomingDir}/regions/root.json.

  • Super Regions MAY be omitted from the Super Regions definition file if no variable are visible for the super region.

    Note

    In a future version of the schema, we should offer a boolean config option enabled and recommend setting it to false to omit a region.

  • Super Regions with no Sub Regions/Collections MAY be included in the Super Regions definition file.

  • Relationships with variables MUST be defined at the Super Region level, and those relationships MUST be considered inherited by all their Sub Regions.

  • The following Super Regions MUST always be assigned the following identifiers. This is to enable Snow Surface Properties and Snow Water Equivalent codebases to be compatible.

    • Western US: 26000
    • Alaska: 26100
    • Canada: 26101
Schema
{
  "$defs": {
    "SuperRegion": {
      "additionalProperties": false,
      "description": "A large region representing a top-level choice in the web application.\n\nSub-region choices will be presented depending on the super region choice.\nCoordinate reference system, water year, available variables, and more are defined\nat the super region level and inherited by sub-regions.",
      "properties": {
        "longName": {
          "title": "Longname",
          "type": "string"
        },
        "shortName": {
          "title": "Shortname",
          "type": "string"
        },
        "shapeRelativePath": {
          "format": "path",
          "title": "Shaperelativepath",
          "type": "string"
        },
        "crs": {
          "description": "The coordinate reference system for this region",
          "title": "Crs",
          "type": "string"
        },
        "subRegionsRelativePath": {
          "format": "path",
          "title": "Subregionsrelativepath",
          "type": "string"
        },
        "subRegionsHierarchyRelativePath": {
          "format": "path",
          "title": "Subregionshierarchyrelativepath",
          "type": "string"
        },
        "variables": {
          "description": "The variables available for this region",
          "patternProperties": {
            "^[0-9]+$": {
              "$ref": "#/$defs/SuperRegionVariable"
            }
          },
          "title": "Variables",
          "type": "object"
        }
      },
      "required": [
        "longName",
        "shortName",
        "shapeRelativePath",
        "crs",
        "subRegionsRelativePath",
        "subRegionsHierarchyRelativePath",
        "variables"
      ],
      "title": "SuperRegion",
      "type": "object"
    },
    "SuperRegionVariable": {
      "additionalProperties": false,
      "description": "A variable available in this super region.",
      "properties": {
        "lastDateWithData": {
          "format": "date",
          "title": "Lastdatewithdata",
          "type": "string"
        },
        "default": {
          "type": "boolean",
          "description": "Whether this variable is the default selection for the super region (IMPORTANT: there should only be default variable per super region)",
          "title": "Default"
        },
        "dataValueRange": {
          "description": "The range of data values that the colormap will span",
          "maxItems": 2,
          "minItems": 2,
          "prefixItems": [
            {
              "type": "integer"
            },
            {
              "type": "integer"
            }
          ],
          "title": "Datavaluerange",
          "type": "array"
        },
        "waterYear": {
          "description": "The current water year",
          "maximum": 3000,
          "minimum": 1900,
          "title": "Wateryear",
          "type": "integer"
        },
        "waterYearStartDate": {
          "description": "The first day of the current water year",
          "format": "date",
          "title": "Wateryearstartdate",
          "type": "string"
        },
        "historicWaterYearRange": {
          "description": "The water years at the start and end of available climatology",
          "maxItems": 2,
          "minItems": 2,
          "prefixItems": [
            {
              "exclusiveMaximum": 3000,
              "exclusiveMinimum": 1900,
              "type": "integer"
            },
            {
              "exclusiveMaximum": 3000,
              "exclusiveMinimum": 1900,
              "type": "integer"
            }
          ],
          "title": "Historicwateryearrange",
          "type": "array"
        },
        "historicSource": {
          "description": "The source of the climatology",
          "title": "Historicsource",
          "type": "string"
        },
        "geotiffRelativePath": {
          "format": "path",
          "title": "Geotiffrelativepath",
          "type": "string"
        },
        "legendRelativePath": {
          "format": "path",
          "title": "Legendrelativepath",
          "type": "string"
        }
      },
      "required": [
        "lastDateWithData",
        "default",
        "dataValueRange",
        "waterYear",
        "waterYearStartDate",
        "historicWaterYearRange",
        "historicSource",
        "geotiffRelativePath",
        "legendRelativePath"
      ],
      "title": "SuperRegionVariable",
      "type": "object"
    }
  },
  "description": "An index of Super Regions by numeric identifier.",
  "patternProperties": {
    "^[0-9]+$": {
      "$ref": "#/$defs/SuperRegion"
    }
  },
  "title": "SuperRegionsIndex",
  "type": "object"
}
Example
example_data/regions/root.json
{
  "26100": {
    "longName": "Alaska",
    "shortName": "USAlaskaWAleutian",
    "crs": "EPSG:3857",
    "variables": {
      "51": {
        "default": false,
        "dataValueRange": [
          65,
          85
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26100_51.tif",
        "legendRelativePath": "regions/legends/26100_51.tif"
      },
      "45": {
        "default": false,
        "dataValueRange": [
          1,
          91
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26100_45.tif",
        "legendRelativePath": "regions/legends/26100_45.tif"
      },
      "40": {
        "default": true,
        "dataValueRange": [
          1,
          100
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26100_40.tif",
        "legendRelativePath": "regions/legends/26100_40.tif"
      },
      "44": {
        "default": false,
        "dataValueRange": [
          0,
          100
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26100_44.tif",
        "legendRelativePath": "regions/legends/26100_44.tif"
      }
    },
    "subRegionsRelativePath": "regions/26100.json",
    "subRegionsHierarchyRelativePath": "regions/26100_hierarchy.json",
    "shapeRelativePath": "regions/shapes/26100.geojson"
  },
  "26004": {
    "longName": "Andes",
    "shortName": "AMAndes",
    "crs": "EPSG:3857",
    "variables": {
      "51": {
        "default": false,
        "dataValueRange": [
          65,
          85
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-04-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2018,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26004_51.tif",
        "legendRelativePath": "regions/legends/26004_51.tif"
      },
      "45": {
        "default": false,
        "dataValueRange": [
          1,
          91
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-04-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2018,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26004_45.tif",
        "legendRelativePath": "regions/legends/26004_45.tif"
      },
      "40": {
        "default": true,
        "dataValueRange": [
          1,
          100
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-04-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2018,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26004_40.tif",
        "legendRelativePath": "regions/legends/26004_40.tif"
      },
      "44": {
        "default": false,
        "dataValueRange": [
          0,
          100
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-04-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2018,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26004_44.tif",
        "legendRelativePath": "regions/legends/26004_44.tif"
      }
    },
    "subRegionsRelativePath": "regions/26004.json",
    "subRegionsHierarchyRelativePath": "regions/26004_hierarchy.json",
    "shapeRelativePath": "regions/shapes/26004.geojson"
  },
  "26101": {
    "longName": "Canada",
    "shortName": "AMCanadaW",
    "crs": "EPSG:3857",
    "variables": {
      "51": {
        "default": false,
        "dataValueRange": [
          65,
          85
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26101_51.tif",
        "legendRelativePath": "regions/legends/26101_51.tif"
      },
      "45": {
        "default": false,
        "dataValueRange": [
          1,
          91
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26101_45.tif",
        "legendRelativePath": "regions/legends/26101_45.tif"
      },
      "40": {
        "default": true,
        "dataValueRange": [
          1,
          100
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26101_40.tif",
        "legendRelativePath": "regions/legends/26101_40.tif"
      },
      "44": {
        "default": false,
        "dataValueRange": [
          0,
          100
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26101_44.tif",
        "legendRelativePath": "regions/legends/26101_44.tif"
      }
    },
    "subRegionsRelativePath": "regions/26101.json",
    "subRegionsHierarchyRelativePath": "regions/26101_hierarchy.json",
    "shapeRelativePath": "regions/shapes/26101.geojson"
  },
  "26002": {
    "longName": "High Mountain Asia",
    "shortName": "ASHimalayas",
    "crs": "EPSG:3857",
    "variables": {
      "51": {
        "default": false,
        "dataValueRange": [
          65,
          85
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26002_51.tif",
        "legendRelativePath": "regions/legends/26002_51.tif"
      },
      "45": {
        "default": false,
        "dataValueRange": [
          1,
          91
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26002_45.tif",
        "legendRelativePath": "regions/legends/26002_45.tif"
      },
      "40": {
        "default": true,
        "dataValueRange": [
          1,
          100
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26002_40.tif",
        "legendRelativePath": "regions/legends/26002_40.tif"
      },
      "44": {
        "default": false,
        "dataValueRange": [
          0,
          100
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26002_44.tif",
        "legendRelativePath": "regions/legends/26002_44.tif"
      }
    },
    "subRegionsRelativePath": "regions/26002.json",
    "subRegionsHierarchyRelativePath": "regions/26002_hierarchy.json",
    "shapeRelativePath": "regions/shapes/26002.geojson"
  },
  "26000": {
    "longName": "Western United States",
    "shortName": "USwest",
    "crs": "EPSG:3857",
    "variables": {
      "51": {
        "default": false,
        "dataValueRange": [
          65,
          85
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26000_51.tif",
        "legendRelativePath": "regions/legends/26000_51.tif"
      },
      "45": {
        "default": false,
        "dataValueRange": [
          1,
          91
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26000_45.tif",
        "legendRelativePath": "regions/legends/26000_45.tif"
      },
      "40": {
        "default": true,
        "dataValueRange": [
          1,
          100
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26000_40.tif",
        "legendRelativePath": "regions/legends/26000_40.tif"
      },
      "44": {
        "default": false,
        "dataValueRange": [
          0,
          100
        ],
        "waterYear": 2024,
        "waterYearStartDate": "2023-10-01",
        "lastDateWithData": "2023-04-03",
        "historicWaterYearRange": [
          2001,
          2020
        ],
        "historicSource": "JPL modscag/drfs",
        "geotiffRelativePath": "regions/cogs/26000_44.tif",
        "legendRelativePath": "regions/legends/26000_44.tif"
      }
    },
    "subRegionsRelativePath": "regions/26000.json",
    "subRegionsHierarchyRelativePath": "regions/26000_hierarchy.json",
    "shapeRelativePath": "regions/shapes/26000.geojson"
  }
}

Sub Regions

Any region that is a member of a Super Region (and therefore, cannot be a Super Region itself).

  • Sub Regions definition files MUST be named according to the Super Region they are a member of in {superRegionId}.json, e.g. 26000.json.
  • Sub Regions definition files MUST be in compliance with the schema.
  • Sub Regions definition files MUST be pushed to the regions/ subdirectory of the incoming directory, e.g. {incomingDir}/regions/26000.json.
  • Sub Regions MUST be a member of a Region Collection.
  • Sub Regions MAY contain one or more Sub Region Collections.
Schema
{
  "$defs": {
    "SubRegion": {
      "additionalProperties": false,
      "description": "A region that is not a super region.\n\nMust be a member of a SubRegionCollection.",
      "properties": {
        "longName": {
          "title": "Longname",
          "type": "string"
        },
        "shortName": {
          "title": "Shortname",
          "type": "string"
        },
        "shapeRelativePath": {
          "format": "path",
          "title": "Shaperelativepath",
          "type": "string"
        }
      },
      "required": [
        "longName",
        "shortName",
        "shapeRelativePath"
      ],
      "title": "SubRegion",
      "type": "object"
    }
  },
  "description": "An index, with numeric keys, of sub-region definitions.",
  "patternProperties": {
    "^[0-9]+$": {
      "$ref": "#/$defs/SubRegion"
    }
  },
  "title": "SubRegionsIndex",
  "type": "object"
}
Example
example_data/regions/26000.json
{
  "11725": {
    "longName": "California",
    "shortName": "US-CA",
    "shapeRelativePath": "regions/shapes/11/11725.geojson"
  },
  "11726": {
    "longName": "Colorado",
    "shortName": "US-CO",
    "shapeRelativePath": "regions/shapes/11/11726.geojson"
  },
  "12516": {
    "longName": "Pacific Northwest",
    "shortName": "HUC17",
    "shapeRelativePath": "regions/shapes/12/12516.geojson"
  },
  "12517": {
    "longName": "California",
    "shortName": "HUC18",
    "shapeRelativePath": "regions/shapes/12/12517.geojson"
  },
  "12807": {
    "longName": "Lower Columbia",
    "shortName": "HUC1708",
    "shapeRelativePath": "regions/shapes/12/12807.geojson"
  },
  "12809": {
    "longName": "Oregon-Washington Coastal",
    "shortName": "HUC1710",
    "shapeRelativePath": "regions/shapes/12/12809.geojson"
  },
  "12815": {
    "longName": "San Joaquin",
    "shortName": "HUC1804",
    "shapeRelativePath": "regions/shapes/12/12815.geojson"
  }
}

Sub Region Collections

A collection containing Sub Regions.

  • Collection definition file MUST be named collections.json.
  • Collection definition file MUST be in compliance with the schema.
  • Collection definition file MUST be pushed to the regions/ subdirectory of the incoming directory, e.g. {incomingDir}/regions/collections.json.
  • A collection MUST contain one or many Sub Region members.
Schema
{
  "$defs": {
    "SubRegionCollection": {
      "additionalProperties": false,
      "description": "A collection of sub-regions.\n\nThis is only a definition of a collection, and does not include its relationships.\nSee SubRegionsHierarchy for relationships.",
      "properties": {
        "longName": {
          "title": "Longname",
          "type": "string"
        },
        "shortName": {
          "title": "Shortname",
          "type": "string"
        }
      },
      "required": [
        "longName",
        "shortName"
      ],
      "title": "SubRegionCollection",
      "type": "object"
    }
  },
  "description": "An index, with numeric keys, of sub-region collection definitions.",
  "patternProperties": {
    "^.+$": {
      "$ref": "#/$defs/SubRegionCollection"
    }
  },
  "title": "SubRegionCollectionsIndex",
  "type": "object"
}
Example
example_data/regions/collections.json
{
  "adm0part": {
    "shortName": "Country area",
    "longName": "Country area"
  },
  "adm0": {
    "shortName": "Country",
    "longName": "Country"
  },
  "adm1": {
    "shortName": "State",
    "longName": "State / Country subdivision level 1"
  },
  "adm1part": {
    "shortName": "State area",
    "longName": "State area"
  },
  "huc2": {
    "shortName": "HUC2",
    "longName": "U.S. Hydrologic Unit Code level 2"
  },
  "huc4": {
    "shortName": "HUC4",
    "longName": "U.S. Hydrologic Unit Code level 4"
  },
  "huc6": {
    "shortName": "HUC6",
    "longName": "U.S. Hydrologic Unit Code level 6"
  },
  "hydro3": {
    "shortName": "Hydroshed3",
    "longName": "Hydrosheds level 3"
  },
  "hydro4": {
    "shortName": "Hydroshed4",
    "longName": "Hydrosheds level 4"
  },
  "hydro5": {
    "shortName": "Hydroshed5",
    "longName": "Hydrosheds level 5"
  }
}

Sub Region Hierarchy

An expression of relationships between Sub Regions. E.g.:

  • A State/Province may contain many multiple State subdivisions.
  • A HUC2 Sub Region may contain a HUC4 Sub Region Collection containing multiple HUC4 Sub Regions, each containing a collection of HUC 6 Sub Regions.

The hierarchy can be arbitrarily deep.

  • Sub Region Hierarchy definition files MUST be named according to the Super Region they are a member of in {superRegionId}_hierarchy.json, e.g. 26000_hierarchy.json.
  • Sub Region Hierarchy definition files MUST be in compliance with the schema.
  • Sub Region Hierarchy definition files MUST be pushed to the regions/ subdirectory of the incoming directory, e.g. {incomingDir}/regions/26000_hierarchy.json.
Schema
{
  "$defs": {
    "SubRegionsHierarchyCollection": {
      "additionalProperties": false,
      "description": "A collection of sub-regions.",
      "properties": {
        "regions": {
          "$ref": "#/$defs/SubRegionsHierarchyCollectionRegionsIndex"
        }
      },
      "required": [
        "regions"
      ],
      "title": "SubRegionsHierarchyCollection",
      "type": "object"
    },
    "SubRegionsHierarchyCollectionRegion": {
      "additionalProperties": false,
      "properties": {
        "collections": {
          "anyOf": [
            {
              "patternProperties": {
                "^.+$": {
                  "$ref": "#/$defs/SubRegionsHierarchyCollectionRegionsIndex"
                }
              },
              "type": "object"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "title": "Collections"
        }
      },
      "title": "SubRegionsHierarchyCollectionRegion",
      "type": "object"
    },
    "SubRegionsHierarchyCollectionRegionsIndex": {
      "description": "A mapping of sub-regions in a collection.",
      "patternProperties": {
        "^[0-9]+$": {
          "$ref": "#/$defs/SubRegionsHierarchyCollectionRegion"
        }
      },
      "title": "SubRegionsHierarchyCollectionRegionsIndex",
      "type": "object"
    },
    "SubRegionsHierarchyCollectionsIndex": {
      "description": "Collections of sub-regions identified by a unique string ID, e.g. 'huc4'.",
      "patternProperties": {
        "^.+$": {
          "$ref": "#/$defs/SubRegionsHierarchyCollection"
        }
      },
      "title": "SubRegionsHierarchyCollectionsIndex",
      "type": "object"
    }
  },
  "additionalProperties": false,
  "description": "Hierarchy of sub-region collections and their members.\n\nCollections contain sub-regions, and sub-regions may themselves contain more\ncollections. This can continue arbitrarily deep, but for user experience reasons,\nshould be kept reasonable.",
  "properties": {
    "collections": {
      "$ref": "#/$defs/SubRegionsHierarchyCollectionsIndex"
    }
  },
  "required": [
    "collections"
  ],
  "title": "SubRegionsHierarchy",
  "type": "object"
}
Example
example_data/regions/26000_hierarchy.json
{
  "collections": {
    "adm1": {
      "regions": {
        "11725": {},
        "11726": {}
      }
    },
    "huc2": {
      "regions": {
        "12516": {
          "collections": {
            "huc4": {
              "regions": {
                "12807": {},
                "12809": {}
              }
            }
          }
        },
        "12517": {
          "collections": {
            "huc4": {
              "regions": {
                "12815": {}
              }
            }
          }
        }
      }
    }
  }
}

Region Shapes

GeoJSON files representing the shapes of regions.

  • Region Shapes definition files MUST be named according to their unique region identifier, e.g. 26000.geojson.
  • Region Shapes definition files MUST be , in compliance with the schema.
  • Region Shapes definition files MUST be pushed to the regions/shapes/ subdirectory of the incoming directory.
  • Region Shapes definition files MUST be organized in to sub-directories based on the first two digits of their unique region identifier, e.g. {incomingDir}/regions/shapes/26/26000.geojson.
  • Region Shapes MUST be provided for each defined Super Region and Sub Region.
Example (truncated for readability)
regions/shapes/26/26000.geojson
{
  "type": "FeatureCollection",
  "crs": {
    "type": "name",
    "properties": {
      "name": "urn:ogc:def:crs:EPSG::3857"
    }
  },
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "MultiPolygon",
        "coordinates": [
          [
            [
              [
                -13743342.8076615,
                5814109.647982473
              ],
              [
                -13740681.099213673,
                5808445.6877363715
              ],
              [
                -13887735.824096732,
                6133481.662376294
              ],
              [
                -13887752.810170455,
                6133866.179912445
              ]
            ]
          ]
        ]
      }
    }
  ]
}