Skip to content

Commit 98953f9

Browse files
committed
📝 Update open data
* Organise open data by topic * Add link to Authors Alliance * Add lots of new data sources * Move geodata sources to open data
1 parent 7415ec6 commit 98953f9

3 files changed

Lines changed: 1225 additions & 63 deletions

File tree

docs/data-processing/geodata.rst

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ File formats
1313
PMTiles
1414
~~~~~~~
1515

16-
`PMTiles <https://docs.protomaps.com>`_ is a general format for tile data
16+
`PMTiles <https://docs.protomaps.com>`__ is a general format for tile data
1717
addressed by Z/X/Y coordinates. This can be cartographic vector tiles,
1818
:ref:`remote sensing data <remote-sensing>`, JPEG images or similar.
1919

@@ -60,7 +60,7 @@ stored in SQLite like mbtiles and can be processed with the MBTiles driver.
6060
MBTiles
6161
~~~~~~~
6262

63-
`MBTiles <https://docs.mapbox.com/help/glossary/mbtiles/>`_ is a container
63+
`MBTiles <https://docs.mapbox.com/help/glossary/mbtiles/>`__ is a container
6464
format for tile data based on SQLite. It is optimised for local access, not for
6565
access via HTTP like :ref:`pmtiles`.
6666

@@ -87,7 +87,7 @@ GeoParquet
8787
`Parquet <https://parquet.apache.org>`_ is an open-source, column-orientated
8888
data file format that was developed for the efficient storage and retrieval of
8989
data. It offers efficient data compression and encoding methods with optimised
90-
processing of large, complex data. `GeoParquet <https://geoparquet.org>`_
90+
processing of large, complex data. `GeoParquet <https://geoparquet.org>`__
9191
extends Parquet with interoperable geodata types (point, line, polygon).
9292

9393

@@ -109,24 +109,11 @@ extends Parquet with interoperable geodata types (point, line, polygon).
109109
* `validate_geoparquet.py
110110
<https://github.com/OSGeo/gdal/blob/master/swig/python/gdal-utils/osgeo_utils/samples/validate_geoparquet.py>`_
111111

112-
.. _geodata-repositories:
113-
114112
Data repositories
115113
-----------------
116114

117-
`Norwegian Polar Data Centre: Datasets <https://data.npolar.no/dataset>`_
118-
Antarctica, Arctic Ocean and Svalbard
119-
`Common Metadata Repository (CMR) <https://cmr.earthdata.nasa.gov/search>`_
120-
Search API for NASA's remote-sensed earth science metadata
121-
`UC Irvine Machine Learning Repository <https://archive.ics.uci.edu>`_
122-
Machine learning datasets, featuring data on air quality, ozone level
123-
detection, greenhouse gas concentrations, aquatic toxicity, and more
124-
`National Data Buoy Center <https://www.ndbc.noaa.gov>`_
125-
Meteorological and oceanographic measurements for the marine environment.
126-
127115
.. seealso::
128-
`List of GIS data sources
129-
<https://en.wikipedia.org/wiki/List_of_GIS_data_sources>`_
116+
:ref:`geodata-repositories`
130117

131118
Software
132119
--------
@@ -321,7 +308,7 @@ General purposes
321308

322309
.. _geopython:
323310

324-
`geopython <https://geopython.github.io/>`_
311+
`geopython <https://geopython.github.io/>`__
325312
is a GitHub organization that covers Python projects related to geodata.
326313

327314
`pygeoapi <https://github.com/geopython/pygeoapi>`_

0 commit comments

Comments
 (0)