9 datasets found
  1. Global River Topology (GRIT) vector datasets

    • zenodo.org
    bin, html, zip
    Updated Jun 22, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Michel Wortmann; Michel Wortmann; Louise Slater; Louise Slater; Laurence Hawker; Laurence Hawker; Yinxue Liu; Yinxue Liu; Jeffrey Neal; Jeffrey Neal (2025). Global River Topology (GRIT) vector datasets [Dataset]. http://doi.org/10.5281/zenodo.11219313
    Explore at:
    zip, bin, htmlAvailable download formats
    Dataset updated
    Jun 22, 2025
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Michel Wortmann; Michel Wortmann; Louise Slater; Louise Slater; Laurence Hawker; Laurence Hawker; Yinxue Liu; Yinxue Liu; Jeffrey Neal; Jeffrey Neal
    License

    Attribution-NonCommercial 4.0 (CC BY-NC 4.0)https://creativecommons.org/licenses/by-nc/4.0/
    License information was derived automatically

    Time period covered
    May 30, 2024
    Description

    The Global River Topology (GRIT) is a vector-based, global river network that not only represents the tributary components of the global drainage network but also the distributary ones, including multi-thread rivers, canals and delta distributaries. It is also the first global hydrography (excl. Antarctica and Greenland) produced at 30m raster resolution. It is created by merging Landsat-based river mask (GRWL) with elevation-generated streams to ensure a homogeneous drainage density outside of the river mask (rivers narrower than approx. 30m). Crucially, it uses a new 30m digital terrain model (FABDEM, based on TanDEM-X) that shows greater accuracy over the traditionally used SRTM derivatives. After vectorisation and pruning, directionality is assigned by a combination of elevation, flow angle, heuristic and continuity approaches (based on RivGraph). The network topology (lines and nodes, upstream/downstream IDs) is available as layers and attribute information in the GeoPackage files (readable by QGIS/ArcMap/GDAL).

    A map of GRIT segments labelled with OSM river names is available here: Map with names

    Report bugs and feedback

    Your feedback and bug reports are welcome here: GRIT bug report form

    The feedback may be used to improve and validate GRIT in future versions.

    Regions

    Vector files are provided in 7 regions with the following codes:

    • AF - Africa
    • AS - Asia (excl. Siberia)
    • EU - Europe
    • NA - North America
    • SA - South America
    • SI - Siberia
    • SP - South Pacific/Australia

    The domain polygons (GRITv06_domain_GLOBAL.gpkg.zip) provide 60 subcontinental catchment groups that are available as vector attributes. They allow for more fine-grained subsetting of data (e.g. with ogr2ogr --where and the domain attribute).

    Vector files are provided both in the original equal-area Equal Earth Greenwich projection (EPSG:8857) as well as in geographic WGS84 coordinates (EPSG:4326).

    Change log

    • v0.6 - 2024-05-30
      • Rivers/streams outside of the GRWL mask forced by all OSM water lines (not only those with waterway=river/canal)
      • Some manual directions in the Irrawaddy delta and fixed erronous sink in the Volga delta
    • v0.5 - 2024-02-14
      • Cyclicity and discontinuities resolved through improved algorithms, bug fixes, more sophisticated cycle solving algorithms and some manually forced directions. Only insignificant cycles (non-sinks, less than 50) were removed.
      • Added segment and reach attributes
      • Computational domain fixes
      • Segments include OSM river names
      • Asia domain split into Siberia and rest of Asia
      • Vector files available in EPSG:8857 and EPSG:4326
    • v0.4 - 2023-03-11
      • First globally complete dataset published

    Network segments

    Lines between inlet, outlet, confluence and bifurcation nodes. Files have lines and nodes layers.

    Attribute description of lines layer

    NameData typeDescription
    catintegerdomain internal feature ID
    global_idintegerglobal river segment ID, same as FID
    catchment_idintegerglobal catchment ID
    upstream_node_idintegerglobal segment node ID at upstream end of line
    downstream_node_idintegerglobal segment node ID at downstream end of line
    upstream_line_idstextcomma-separated list of global river segment IDs connecting at upstream end of line
    downstream_line_idstextcomma-separated list of global river segment IDs connecting at downstream end of line
    direction_algorithmfloatcode of RivGraph method used to set the direction of line
    width_adjustedfloatmedian river width in m without accounting for width of segments connecting upstream/downstream
    length_adjustedfloatsegment length in m without accounting for width of segments connecting upstream/downstream in m
    is_mainsteminteger1 if widest segment of bifurcated flow or no bifurcation upstream, otherwise 0
    strahler_orderintegerStrahler order of segment, can be used to route in topological order
    lengthfloatsegment length in m
    azimuthfloatdirection of line connecting upstream-downstream nodes in degrees from North
    sinuousityfloatratio of Euclidean distance between upstream-downstream nodes and line length, i.e. 1 meaning a perfectly straight line
    drainage_area_infloatdrainage area at beginning of segment, partitioned by width at bifurcations, in km2
    drainage_area_outfloatdrainage area at end of segment, partitioned by width at bifurcations, in km2
    drainage_area_mainstem_infloatdrainage area at beginning of segment, following the mainstem, in km2
    drainage_area_mainstem_outfloatdrainage area at end of segment, following the mainstem, in km2
    bifurcation_balance_outfloat(drainage_area_out - drainage_area_mainstem_out) / max(drainage_area_out, drainage_area_mainstem_out), dimensionless ratio
    grwl_overlapfloatfraction of the segment overlapping with the GRWL river mask
    grwl_valueintegerdominant GRWL value of segment
    nametextriver name from Openstreetmap where available, English preferred
    name_localtextriver name from Openstreetmap where available, local name
    n_bifurcations_upstreamintegernumber of bifurcations upstream of segment
    domaintextcatchment group ID, see domain index file

    Attribute description of nodes layer

    NameData typeDescription
    catintegerdomain internal feature ID
    global_idintegerglobal river node ID, same as FID
    catchment_idintegerglobal catchment ID
    upstream_line_idstextcomma-separated list of global river segment IDs flowing into node
    downstream_line_idstextcomma-separated list of global river segment IDs flowing out of node
    node_typetextdescription of node, one of bifurcation, confluence, inlet, coastal_outlet, sink_outlet, grwl_change
    grwl_valueintegerGRWL code at node
    grwl_transitiontextGRWL codes of change at grwl_change nodes
    cycleinteger>0 if segment is part of an unresolved cycle, 0 otherwise
    continuity_violatedinteger1 if flow continuity is violated, otherwise 0
    drainage_areafloatdrainage area, partitioned by width at bifurcations, in km2
    drainage_area_mainstemfloatdrainage area, following the mainstem, in km2
    n_bifurcations_upstreamintegernumber of bifurcations upstream of node
    domaintextcatchment group, see domain index file

    Network reaches

    Segment lines split to not exceed 1km in length, i.e. these lines will be shorter than 1km and longer than 500m unless the segment is shorter. A simplified version with no vertices between nodes is also provided. Files have lines and nodes layers.

    Attribute description of lines layer

    NameData typeDescription
    catintegerdomain internal feature ID
    segment_idintegerglobal segment ID of reach
    global_idintegerglobal river reach ID, same as FID
    catchment_idintegerglobal catchment ID
    upstream_node_idintegerglobal reach node ID at upstream end of line
    downstream_node_idintegerglobal reach node ID at downstream end of line
    upstream_line_idstextcomma-separated list of global river reach IDs connecting at upstream end of line
    downstream_line_idstextcomma-separated list of global river reach IDs connecting at downstream end of line
    grwl_overlapfloatfraction of the reach overlapping with the GRWL river mask
    grwl_valueintegerdominant GRWL value of node
    grwl_width_medianfloatmedian width of the

  2. g

    Regulated areas of urban planning documents of type PLU, POS or PLUi —...

    • gimi9.com
    Updated Nov 30, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2022). Regulated areas of urban planning documents of type PLU, POS or PLUi — Aveyron — Topologically corrected layer. (see ps) | gimi9.com [Dataset]. https://gimi9.com/dataset/eu_fr-120066022-jdd-79cbf48a-8c2b-4044-a6b1-838e5a8b2fdc/
    Explore at:
    Dataset updated
    Nov 30, 2022
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Area covered
    Aveyron
    Description

    The Urban Planning Code defines four types of areas regulated in the local planning plan (R.123-5 to 8): urban areas (U), areas to be urbanised (AU), agricultural areas (A) and natural and forest areas (N). These areas shall be demarcated on one or more graphic documents. A regulation is attached to each area. The by-law may lay down different rules, depending on whether the purpose of the construction relates to housing, hotel accommodation, offices, commerce, crafts, industry, agricultural or forestry operations or warehouse functions. These categories are restrictive (Art. R.123-9). Areas already urbanised are classified as U areas where existing or under construction public facilities have sufficient capacity to serve the buildings to be installed. The areas of a natural nature of the municipality intended to be opened for urbanisation depending on whether or not the existing facilities on the periphery are sufficient to serve the buildings to be installed may be classified as AU zones. There are two types of AU zone: “constructible” and “inconstructible” AU zones. Areas A may be classified as areas of the municipality, whether or not equipped, to be protected due to the agronomic, organic or economic potential of agricultural land. Areas of the municipality equipped or not may be classified as N zones, to be protected either by reason of the quality of the sites, natural habitats, landscapes and their interest, in particular from the aesthetic, historical or ecological point of view, the existence of forestry or their nature as natural areas. — Within zones N, may be demarcated: areas within which the right to be built can be transferred (transfer of COS), — areas of limited size and capacity where construction is possible under siting and density conditions. PS: the PLUi of Rodez Agglomeration could not be fully corrected with the QGIS (Topological Checker) tools. we are waiting for the corrected version of the proxy, tenit the Agglomeration to run on 23/10/2021. The agent will also provide us with the BALSAC PLU

  3. High resolution vector polylines of the Antarctic coastline

    • koordinates.com
    csv, dwg, geodatabase +6
    Updated Nov 17, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    British Antarctic Survey (2022). High resolution vector polylines of the Antarctic coastline [Dataset]. https://koordinates.com/layer/111081-high-resolution-vector-polylines-of-the-antarctic-coastline/
    Explore at:
    csv, geopackage / sqlite, geodatabase, pdf, mapinfo mif, mapinfo tab, dwg, shapefile, kmlAvailable download formats
    Dataset updated
    Nov 17, 2022
    Dataset authored and provided by
    British Antarctic Surveyhttps://www.bas.ac.uk/
    Area covered
    Antarctica,
    Description

    Coastline for Antarctica created from various mapping and remote sensing sources, consisting of the following coast types: ice coastline, rock coastline, grounding line, ice shelf and front, ice rumple, and rock against ice shelf. Covering all land and ice shelves south of 60°S. Suitable for topographic mapping and analysis. High resolution versions of ADD data are suitable for scales larger than 1:1,000,000. The largest suitable scale is changeable and dependent on the region.

    Major changes in v7.5 include updates to ice shelf fronts in the following regions: Seal Nunataks and Scar Inlet region, the Ronne-Filchner Ice Shelf, between the Brunt Ice Shelf and Riiser-Larsen Peninsula, the Shackleton and Conger ice shelves, and Crosson, Thwaites and Pine Island. Small areas of grounding line and ice coastlines were also updated in some of these regions as needed.

    Data compiled, managed and distributed by the Mapping and Geographic Information Centre and the UK Polar Data Centre, British Antarctic Survey on behalf of the Scientific Committee on Antarctic Research.

    Further information and useful links

    Map projection: WGS84 Antarctic Polar Stereographic, EPSG 3031. Note: by default, opening this layer in the Map Viewer will display the data in Web Mercator. To display this layer in its native projection use an Antarctic basemap.

    The currency of this dataset is May 2022 and will be reviewed every 6 months. This feature layer will always reflect the most recent version.

    For more information on, and access to other Antarctic Digital Database (ADD) datasets, refer to the SCAR ADD data catalogue.

    A related medium resolution dataset is also published via Living Atlas, as well medium and high resolution polygon datasets.

    For background information on the ADD project, please see the British Antarctic Survey ADD project page.

    Lineage

    Dataset compiled from a variety of Antarctic map and satellite image sources. The dataset was created using ArcGIS and QGIS GIS software programmes and has been checked for basic topography and geometry checks, but does not contain strict topology. Quality varies across the dataset and certain areas where high resolution source data were available are suitable for large scale maps whereas other areas are only suitable for smaller scales. Each line has attributes detailing the source which can give the user further indications of its suitability for specific uses. Attributes also give information including 'surface' (e.g. grounding line, ice coastline, ice shelf front) and revision date. Compiled from sources ranging in time from 1990s-2022 - individual lines contain exact source dates.

  4. a

    Data from: High resolution vector polygons of the Antarctic coastline

    • hub.arcgis.com
    Updated May 13, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    British Antarctic Survey (2022). High resolution vector polygons of the Antarctic coastline [Dataset]. https://hub.arcgis.com/datasets/f030d958beb6482f9fd1bb47847ac3f9
    Explore at:
    Dataset updated
    May 13, 2022
    Dataset authored and provided by
    British Antarctic Survey
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Antarctica,
    Description

    AbstractCoastline for Antarctica created from various mapping and remote sensing sources, provided as polygons with 'land', 'ice shelf', 'ice tongue' or 'rumple' attribute. Covering all land and ice shelves south of 60°S. Suitable for topographic mapping and analysis. High resolution versions of ADD data are suitable for scales larger than 1:1,000,000. The largest suitable scale is changeable and dependent on the region.Changes in v7.10 include updates to the coastline of Alexander Island and surrounding islands, and the ice shelf fronts of the Wilkins and Brunt ice shelves.Data compiled, managed and distributed by the Mapping and Geographic Information Centre and the UK Polar Data Centre, British Antarctic Survey on behalf of the Scientific Committee on Antarctic Research.Further information and useful linksMap projection: WGS84 Antarctic Polar Stereographic, EPSG 3031. Note: by default, opening this layer in the Map Viewer will display the data in Web Mercator. To display this layer in its native projection use an Antarctic basemap.The currency of this dataset is November 2024 and will be reviewed every 6 months. This feature layer will always reflect the most recent version.For more information on, and access to other Antarctic Digital Database (ADD) datasets, refer to the SCAR ADD data catalogue.A related medium resolution dataset is also published via Living Atlas, as well medium and high resolution line datasets.For background information on the ADD project, please see the British Antarctic Survey ADD project page.LineageDataset compiled from a variety of Antarctic map and satellite image sources. The dataset was created using ArcGIS and QGIS GIS software programmes and has been checked for basic topography and geometry checks, but does not contain strict topology. Quality varies across the dataset and certain areas where high resolution source data were available are suitable for large scale maps whereas other areas are only suitable for smaller scales. Each polygon contains a 'surface' attribute with either 'land', 'ice shelf', 'ice tongue' or 'rumple'. Details of when and how each line was created can be found in the attributes of the high resolution polyline coastline dataset. Data sources range in time from 1990s-2024 - individual lines contain exact source dates.CitationGerrish, L., Ireland, L., Fretwell, P., & Cooper, P. (2024). High resolution vector polygons of the Antarctic coastline (Version 7.10) [Data set]. NERC EDS UK Polar Data Centre. https://doi.org/10.5285/4ecd795d-e038-412f-b430-251b33fc880eIf using for a graphic or if short on space, please cite as 'data from the SCAR Antarctic Digital Database, 2024'

  5. a

    Urban Tree Canopy Syracuse 2010 (All Layers)

    • hub.arcgis.com
    • data.syr.gov
    Updated Feb 16, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    jscharf_syr (2022). Urban Tree Canopy Syracuse 2010 (All Layers) [Dataset]. https://hub.arcgis.com/content/3f1eeca3270d4a53a5fe36b9b2768e60
    Explore at:
    Dataset updated
    Feb 16, 2022
    Dataset authored and provided by
    jscharf_syr
    License

    https://data.syrgov.net/pages/termsofusehttps://data.syrgov.net/pages/termsofuse

    Area covered
    Description

    Urban Tree Canopy Assessment. Created using LIDAR and other spatial analysis tools to identify and measure tree canopy in the landscape. This was a collaboration between the US Forest Service Northern Research Station (USFS), the University of Vermont Spatial Laboratory, and SUNY ESF. Includes all layers, but is too large to be viewed in ArcGIS Online. To view all of the layers, you can download the data and view this in either ArcGIS Pro or QGIS.Data DictionaryDescription source  USDA Forest ServiceList of values  Value 1 Description Tree CanopyValue 2 Description Grass/ShrubValue 3 Description Bare SoilValue 4 Description WaterValue 5 Description BuildingsValue 6 Description Roads/RailroadsValue 7 Description Other PavedField Class Alias Class Data type String Width 20Geometric objects  Feature class name landcover_2010_syracusecity Object type  complex Object count 7ArcGIS Feature Class Properties Feature class name landcover_2010_syracusecity Feature type  Simple Geometry type Polygon Has topology FALSE Feature count 7 Spatial index TRUE Linear referencing  FALSEDistributionAvailable format  Name ShapefileTransfer options  Transfer size 163.805Description Downloadable DataFieldsDetails for object landcover_2010_syracusecityType Feature Class Row count  7 Definition  UTCField FIDAlias FID Data type OID Width  4 Precision 0 Scale 0Field descriptionInternal feature number.Description source ESRIDescription of valueSequential unique whole numbers that are automatically generated.Field ShapeAlias Shape Data type Geometry Width 0 Precision 0 Scale 0Field description Feature geometry.Description source  ESRIDescription of values Coordinates defining the features.Field CodeAlias Code Data type Number Width 4Overview Description  Metadata DetailsMetadata language  English Metadata character set utf8 - 8 bit UCS Transfer FormatScope of the data described by the metadata  dataset Scope name  datasetLast update 2011-06-02ArcGIS metadata properties Metadata format ArcGIS 1.0 Metadata style North American Profile of ISO19115 2003Created in ArcGIS for the item 2011-06-02 16:48:35 Last modified in ArcGIS for the item 2011-06-02 16:44:43Automatic updates Have been performed Yes Last update 2011-06-02 16:44:43Item location history  Item copied or moved 2011-06-02 16:48:35 From T:\TestSites\NY\Syracuse\Temp\landcover_2010_syracusecity To \T7500\F$\Export\LandCover_2010_SyracuseCity\landcover_2010_syracusecity

  6. Habitat maps of the Protected Area of northern Karpathos and Saria...

    • seanoe.org
    bin
    Updated Feb 2021
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Stamatina Nikolopoulou; Giorgos Chatzigeorgiou; Eva Chatzinikolaou; Christina Pavloudi (2021). Habitat maps of the Protected Area of northern Karpathos and Saria (GR4210003) (December 2020) [Dataset]. http://doi.org/10.17882/77813
    Explore at:
    binAvailable download formats
    Dataset updated
    Feb 2021
    Dataset provided by
    SEANOE
    Authors
    Stamatina Nikolopoulou; Giorgos Chatzigeorgiou; Eva Chatzinikolaou; Christina Pavloudi
    License

    Attribution-NonCommercial-ShareAlike 4.0 (CC BY-NC-SA 4.0)https://creativecommons.org/licenses/by-nc-sa/4.0/
    License information was derived automatically

    Area covered
    Description

    the targeted area in greece is the protected area of northern karpathos and saria (gr4210003). according to the standard form of the sci, its marine part has an area of 5181.74 ha, i.e. about 45% of its total area, which includes habitat 1110, habitat 1120, habitat 1170 and habitat a5.531.bottom substrates were surveyed with a deepvision (de3468d) portable side scan sonar trawled on the “saria” vessel with a high precision gps system. the survey vessel performed a number of transects in the study sub-areas, in most cases parallel to the shoreline and with an overlap of the scanned area of the bottom between two adjacent transect lines. all data were continuously recorded onboard the survey vessel on a computer with the appropriate software systems installed. additionally, the bluerobotics, blue rov2 (ver. heavy duty) underwater drone was used for ground truthing of the different habitat types. the sonograms of the scanned area were later used for the creation of substrate type maps of the area. data analysis was performed with the software products deepview pro for the side scan sonar data, and qgis3.12 for the creation of substrate and overview maps. data exported in kml format by deepview and transformed in shape files in qgis. polygons of the same habitat were merged so each feature within the shapefile is assigned to each habitat. to ensure that the data will display properly the shapefiles were cleaned by removing any geometry or topology errors. all habitats visualized on medobis viewer (https://portal.lifewatchgreece.eu/).

  7. i

    GR004001

    • gis.ices.dk
    • data.europa.eu
    ogc:wfs, ogc:wms +1
    Updated Sep 30, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Hellenic Centre for Marine Research (HCMR) (2017). GR004001 [Dataset]. https://gis.ices.dk/geonetwork/srv/api/records/1498fdc2-a55d-4a5a-a011-42fde619e499
    Explore at:
    ogc:wms, ogc:wfs, www:link-1.0-http--linkAvailable download formats
    Dataset updated
    Sep 30, 2017
    Dataset provided by
    Hellenic Centre for Marine Researchhttps://www.hcmr.gr/en/
    Area covered
    Description

    The targeted area in Greece is the Protected Area of northern Karpathos and Saria (GR4210003). According to the standard form of the SCI, its marine part has an area of 5181.74 ha, i.e. about 45% of its total area, which includes habitat 1110, habitat 1120, habitat 1170 and habitat A5.531.Bottom substrates were surveyed with a DeepVision (DE3468D) portable side scan sonar trawled on the ÔÇ£SariaÔÇØ vessel with a high precision GPS system. The survey vessel performed a number of transects in the study sub-areas, in most cases parallel to the shoreline and with an overlap of the scanned area of the bottom between two adjacent transect lines. All data were continuously recorded onboard the survey vessel on a computer with the appropriate software systems installed . Additionally, the BlueRobotics, BLUE ROV2 (ver. heavy duty) underwater drone was used for ground truthing of the different habitat types. The sonograms of the scanned area were later used for the creation of substrate type maps of the area. Data analysis was performed with the software products DeepView Pro for the side scan sonar data, and QGIS3.12 for the creation of substrate and overview maps. Data exported in KML format by DeepView and transformed in shape files in QGIS. Polygons of the same habitat were merged so each feature within the shapefile is assigned to each habitat. To ensure that the data will display properly the shapefiles were cleaned by removing any geometry or topology errors. The shape length and area was calculated and all habitats visualized via Geoserver on MedOBIS viewer (https://portal.lifewatchgreece.eu/) in WGS84 coordinate system (EPSG:4326). An OGC standard for geospatial styling (Styled Layer Descriptor (SLD)) was used through Geoserver to create styles for each layer. The Open Street Map was used as a basemap, as it is an updated open source map.

  8. a

    Medium resolution vector polygons of the Antarctic coastline

    • hub.arcgis.com
    Updated May 13, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    British Antarctic Survey (2022). Medium resolution vector polygons of the Antarctic coastline [Dataset]. https://hub.arcgis.com/maps/BAS::medium-resolution-vector-polygons-of-the-antarctic-coastline-1/about
    Explore at:
    Dataset updated
    May 13, 2022
    Dataset authored and provided by
    British Antarctic Survey
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Antarctica,
    Description

    AbstractCoastline for Antarctica created from various mapping and remote sensing sources, provided as polygons with ‘land’, ‘ice shelf’, ‘ice tongue’ or ‘rumple’ attribute. Covering all land and ice shelves south of 60°S. Suitable for topographic mapping and analysis. This dataset has been generalised from the high resolution vector polygons. Medium resolution versions of ADD data are suitable for scales smaller than 1:1,000,000, although certain regions will appear more detailed than others due to variable data availability and coastline characteristics.Changes in v7.10 include updates to the coastline of Alexander Island and surrounding islands, and the ice shelf fronts of the Wilkins and Brunt ice shelves.Data compiled, managed and distributed by the Mapping and Geographic Information Centre and the UK Polar Data Centre, British Antarctic Survey on behalf of the Scientific Committee on Antarctic Research.Further information and useful linksMap projection: WGS84 Antarctic Polar Stereographic, EPSG 3031. Note: by default, opening this layer in the Map Viewer will display the data in Web Mercator. To display this layer in its native projection use an Antarctic basemap.The currency of this dataset is November 2024 and will be reviewed every 6 months. This feature layer will always reflect the most recent version.For more information on, and access to other Antarctic Digital Database (ADD) datasets, refer to the SCAR ADD data catalogue.A related high resolution dataset is also published via Living Atlas, as well medium and high resolution line datasets.For background information on the ADD project, please see the British Antarctic Survey ADD project page.LineageDataset compiled from a variety of Antarctic map and satellite image sources. The dataset was created using ArcGIS and QGIS GIS software programmes and has been checked for basic topography and geometry checks, but does not contain strict topology. Quality varies across the dataset and certain areas where high resolution source data were available are suitable for large scale maps whereas other areas are only suitable for smaller scales. Each polygon contains a ‘surface’ attribute with either ‘land’, ‘ice shelf’, ‘ice tongue’ or ‘rumple’. Details of when and how each line was created can be found in the attributes of the high or medium resolution polyline coastline dataset. Data sources range in time from 1990s-2024 - individual lines contain exact source dates. This medium resolution version has been generalised from the high resolution version. All polygons <0.1km² not intersecting anything else were deleted and the ‘simplify’ tool was used in ArcGIS with the ‘retain critical points’ algorithm and a smoothing tolerance of 50 m.CitationGerrish, L., Ireland, L., Fretwell, P., & Cooper, P. (2024). Medium resolution vector polygons of the Antarctic coastline (Version 7.10) [Data set]. NERC EDS UK Polar Data Centre. https://doi.org/10.5285/93ac35af-9ec7-4594-9aaa-0760a2b289d5If using for a graphic or if short on space, please cite as 'data from the SCAR Antarctic Digital Database, 2024'

  9. s

    Syracuse Tree Canopy - All Layers (Vector Tile Map)

    • data.syr.gov
    • hub.arcgis.com
    Updated Apr 21, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    jscharf_syr (2022). Syracuse Tree Canopy - All Layers (Vector Tile Map) [Dataset]. https://data.syr.gov/maps/0360b905a2754b0ca894f580564ae38e
    Explore at:
    Dataset updated
    Apr 21, 2022
    Dataset authored and provided by
    jscharf_syr
    License

    https://data.syrgov.net/pages/termsofusehttps://data.syrgov.net/pages/termsofuse

    Area covered
    Description

    Urban Tree Canopy Assessment. This was created using the Urban Tree Canopy Syracuse 2010 (All Layers) file HERE.The data for this map was created using LIDAR and other spatial analysis tools to identify and measure tree canopy in the landscape. This was a collaboration between the US Forest Service Northern Research Station (USFS), the University of Vermont Spatial Laboratory, and SUNY ESF. Because the full map is too large to be viewed in ArcGIS Online, this has been reduced to a vector tile layer to allow it to be viewed online. To download and view the shapefiles and all of the layers, you can download the data HERE and view this in either ArcGIS Pro or QGIS.Data DictionaryDescription source  USDA Forest ServiceList of values  Value 1 Description Tree CanopyValue 2 Description Grass/ShrubValue 3 Description Bare SoilValue 4 Description WaterValue 5 Description BuildingsValue 6 Description Roads/RailroadsValue 7 Description Other PavedField Class Alias Class Data type String Width 20Geometric objects  Feature class name landcover_2010_syracusecity Object type  complex Object count 7ArcGIS Feature Class Properties Feature class name landcover_2010_syracusecity Feature type  Simple Geometry type Polygon Has topology FALSE Feature count 7 Spatial index TRUE Linear referencing  FALSEDistributionAvailable format  Name ShapefileTransfer options  Transfer size 163.805Description Downloadable DataFieldsDetails for object landcover_2010_syracusecityType Feature Class Row count  7 Definition  UTCField FIDAlias FID Data type OID Width  4 Precision 0 Scale 0Field descriptionInternal feature number.Description source ESRIDescription of valueSequential unique whole numbers that are automatically generated.Field ShapeAlias Shape Data type Geometry Width 0 Precision 0 Scale 0Field description Feature geometry.Description source  ESRIDescription of values Coordinates defining the features.Field CodeAlias Code Data type Number Width 4Overview Description  Metadata DetailsMetadata language  English Metadata character set utf8 - 8 bit UCS Transfer FormatScope of the data described by the metadata  dataset Scope name  datasetLast update 2011-06-02ArcGIS metadata properties Metadata format ArcGIS 1.0 Metadata style North American Profile of ISO19115 2003Created in ArcGIS for the item 2011-06-02 16:48:35 Last modified in ArcGIS for the item 2011-06-02 16:44:43Automatic updates Have been performed Yes Last update 2011-06-02 16:44:43Item location history  Item copied or moved 2011-06-02 16:48:35 From T:\TestSites\NY\Syracuse\Temp\landcover_2010_syracusecity To \T7500\F$\Export\LandCover_2010_SyracuseCity\landcover_2010_syracusecity

  10. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Michel Wortmann; Michel Wortmann; Louise Slater; Louise Slater; Laurence Hawker; Laurence Hawker; Yinxue Liu; Yinxue Liu; Jeffrey Neal; Jeffrey Neal (2025). Global River Topology (GRIT) vector datasets [Dataset]. http://doi.org/10.5281/zenodo.11219313
Organization logo

Global River Topology (GRIT) vector datasets

Explore at:
3 scholarly articles cite this dataset (View in Google Scholar)
zip, bin, htmlAvailable download formats
Dataset updated
Jun 22, 2025
Dataset provided by
Zenodohttp://zenodo.org/
Authors
Michel Wortmann; Michel Wortmann; Louise Slater; Louise Slater; Laurence Hawker; Laurence Hawker; Yinxue Liu; Yinxue Liu; Jeffrey Neal; Jeffrey Neal
License

Attribution-NonCommercial 4.0 (CC BY-NC 4.0)https://creativecommons.org/licenses/by-nc/4.0/
License information was derived automatically

Time period covered
May 30, 2024
Description

The Global River Topology (GRIT) is a vector-based, global river network that not only represents the tributary components of the global drainage network but also the distributary ones, including multi-thread rivers, canals and delta distributaries. It is also the first global hydrography (excl. Antarctica and Greenland) produced at 30m raster resolution. It is created by merging Landsat-based river mask (GRWL) with elevation-generated streams to ensure a homogeneous drainage density outside of the river mask (rivers narrower than approx. 30m). Crucially, it uses a new 30m digital terrain model (FABDEM, based on TanDEM-X) that shows greater accuracy over the traditionally used SRTM derivatives. After vectorisation and pruning, directionality is assigned by a combination of elevation, flow angle, heuristic and continuity approaches (based on RivGraph). The network topology (lines and nodes, upstream/downstream IDs) is available as layers and attribute information in the GeoPackage files (readable by QGIS/ArcMap/GDAL).

A map of GRIT segments labelled with OSM river names is available here: Map with names

Report bugs and feedback

Your feedback and bug reports are welcome here: GRIT bug report form

The feedback may be used to improve and validate GRIT in future versions.

Regions

Vector files are provided in 7 regions with the following codes:

  • AF - Africa
  • AS - Asia (excl. Siberia)
  • EU - Europe
  • NA - North America
  • SA - South America
  • SI - Siberia
  • SP - South Pacific/Australia

The domain polygons (GRITv06_domain_GLOBAL.gpkg.zip) provide 60 subcontinental catchment groups that are available as vector attributes. They allow for more fine-grained subsetting of data (e.g. with ogr2ogr --where and the domain attribute).

Vector files are provided both in the original equal-area Equal Earth Greenwich projection (EPSG:8857) as well as in geographic WGS84 coordinates (EPSG:4326).

Change log

  • v0.6 - 2024-05-30
    • Rivers/streams outside of the GRWL mask forced by all OSM water lines (not only those with waterway=river/canal)
    • Some manual directions in the Irrawaddy delta and fixed erronous sink in the Volga delta
  • v0.5 - 2024-02-14
    • Cyclicity and discontinuities resolved through improved algorithms, bug fixes, more sophisticated cycle solving algorithms and some manually forced directions. Only insignificant cycles (non-sinks, less than 50) were removed.
    • Added segment and reach attributes
    • Computational domain fixes
    • Segments include OSM river names
    • Asia domain split into Siberia and rest of Asia
    • Vector files available in EPSG:8857 and EPSG:4326
  • v0.4 - 2023-03-11
    • First globally complete dataset published

Network segments

Lines between inlet, outlet, confluence and bifurcation nodes. Files have lines and nodes layers.

Attribute description of lines layer

NameData typeDescription
catintegerdomain internal feature ID
global_idintegerglobal river segment ID, same as FID
catchment_idintegerglobal catchment ID
upstream_node_idintegerglobal segment node ID at upstream end of line
downstream_node_idintegerglobal segment node ID at downstream end of line
upstream_line_idstextcomma-separated list of global river segment IDs connecting at upstream end of line
downstream_line_idstextcomma-separated list of global river segment IDs connecting at downstream end of line
direction_algorithmfloatcode of RivGraph method used to set the direction of line
width_adjustedfloatmedian river width in m without accounting for width of segments connecting upstream/downstream
length_adjustedfloatsegment length in m without accounting for width of segments connecting upstream/downstream in m
is_mainsteminteger1 if widest segment of bifurcated flow or no bifurcation upstream, otherwise 0
strahler_orderintegerStrahler order of segment, can be used to route in topological order
lengthfloatsegment length in m
azimuthfloatdirection of line connecting upstream-downstream nodes in degrees from North
sinuousityfloatratio of Euclidean distance between upstream-downstream nodes and line length, i.e. 1 meaning a perfectly straight line
drainage_area_infloatdrainage area at beginning of segment, partitioned by width at bifurcations, in km2
drainage_area_outfloatdrainage area at end of segment, partitioned by width at bifurcations, in km2
drainage_area_mainstem_infloatdrainage area at beginning of segment, following the mainstem, in km2
drainage_area_mainstem_outfloatdrainage area at end of segment, following the mainstem, in km2
bifurcation_balance_outfloat(drainage_area_out - drainage_area_mainstem_out) / max(drainage_area_out, drainage_area_mainstem_out), dimensionless ratio
grwl_overlapfloatfraction of the segment overlapping with the GRWL river mask
grwl_valueintegerdominant GRWL value of segment
nametextriver name from Openstreetmap where available, English preferred
name_localtextriver name from Openstreetmap where available, local name
n_bifurcations_upstreamintegernumber of bifurcations upstream of segment
domaintextcatchment group ID, see domain index file

Attribute description of nodes layer

NameData typeDescription
catintegerdomain internal feature ID
global_idintegerglobal river node ID, same as FID
catchment_idintegerglobal catchment ID
upstream_line_idstextcomma-separated list of global river segment IDs flowing into node
downstream_line_idstextcomma-separated list of global river segment IDs flowing out of node
node_typetextdescription of node, one of bifurcation, confluence, inlet, coastal_outlet, sink_outlet, grwl_change
grwl_valueintegerGRWL code at node
grwl_transitiontextGRWL codes of change at grwl_change nodes
cycleinteger>0 if segment is part of an unresolved cycle, 0 otherwise
continuity_violatedinteger1 if flow continuity is violated, otherwise 0
drainage_areafloatdrainage area, partitioned by width at bifurcations, in km2
drainage_area_mainstemfloatdrainage area, following the mainstem, in km2
n_bifurcations_upstreamintegernumber of bifurcations upstream of node
domaintextcatchment group, see domain index file

Network reaches

Segment lines split to not exceed 1km in length, i.e. these lines will be shorter than 1km and longer than 500m unless the segment is shorter. A simplified version with no vertices between nodes is also provided. Files have lines and nodes layers.

Attribute description of lines layer

NameData typeDescription
catintegerdomain internal feature ID
segment_idintegerglobal segment ID of reach
global_idintegerglobal river reach ID, same as FID
catchment_idintegerglobal catchment ID
upstream_node_idintegerglobal reach node ID at upstream end of line
downstream_node_idintegerglobal reach node ID at downstream end of line
upstream_line_idstextcomma-separated list of global river reach IDs connecting at upstream end of line
downstream_line_idstextcomma-separated list of global river reach IDs connecting at downstream end of line
grwl_overlapfloatfraction of the reach overlapping with the GRWL river mask
grwl_valueintegerdominant GRWL value of node
grwl_width_medianfloatmedian width of the

Search
Clear search
Close search
Google apps
Main menu