pyworldatlas-mapdata-standard 0.9.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyworldatlas_mapdata_standard/__init__.py +5 -0
- pyworldatlas_mapdata_standard/data/maps.sqlite3 +0 -0
- pyworldatlas_mapdata_standard-0.9.1.dist-info/METADATA +20 -0
- pyworldatlas_mapdata_standard-0.9.1.dist-info/RECORD +6 -0
- pyworldatlas_mapdata_standard-0.9.1.dist-info/WHEEL +5 -0
- pyworldatlas_mapdata_standard-0.9.1.dist-info/top_level.txt +1 -0
|
Binary file
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pyworldatlas-mapdata-standard
|
|
3
|
+
Version: 0.9.1
|
|
4
|
+
Summary: Standard global map data for PyWorldAtlas
|
|
5
|
+
Author: jcari-dev
|
|
6
|
+
License-Expression: CC0-1.0
|
|
7
|
+
Project-URL: Documentation, https://jcari-dev.github.io/pyworldatlas-documentation/maps.html
|
|
8
|
+
Project-URL: Source, https://github.com/jcari-dev/pyworldatlas
|
|
9
|
+
Classifier: Development Status :: 3 - Alpha
|
|
10
|
+
Classifier: Intended Audience :: Education
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Topic :: Scientific/Engineering :: GIS
|
|
13
|
+
Requires-Python: >=3.10
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
|
|
16
|
+
# PyWorldAtlas Standard map data
|
|
17
|
+
|
|
18
|
+
This companion package contains the recommended global terrain, climate,
|
|
19
|
+
outline, and river data for the optional PyWorldAtlas browser maps. Install it
|
|
20
|
+
through `pyworldatlas[maps]` rather than installing it directly.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
pyworldatlas_mapdata_standard/__init__.py,sha256=W0T1Ndu84Jrih5W9tCUiy44VGm9JdFVZADmEHbQFWQM,102
|
|
2
|
+
pyworldatlas_mapdata_standard/data/maps.sqlite3,sha256=JG39ZD-Lv8F1VPCnwKjIgVKXOfUZQtExMZ1CIhMWUHE,8392704
|
|
3
|
+
pyworldatlas_mapdata_standard-0.9.1.dist-info/METADATA,sha256=l7LJwE6JtebaihNr13o6NZp2QMH3w6fuWagKmXYoniI,828
|
|
4
|
+
pyworldatlas_mapdata_standard-0.9.1.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
5
|
+
pyworldatlas_mapdata_standard-0.9.1.dist-info/top_level.txt,sha256=tuX9-o5e-h13NMRZUDPlz_cYXtl27kvFaFtvq7fVByM,30
|
|
6
|
+
pyworldatlas_mapdata_standard-0.9.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pyworldatlas_mapdata_standard
|