-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add natural earth data #1591
Comments
Hey @henrykironde , i want to work on this issue , can you guide me how to proceed for this issue? i already downloaded the dataset but i'm not getting how to add this dataset/files. |
@Nageshbansal thank you for the interest in working on this issue. Since these are vector files, once you have download the dataset, run retriever autocreate -dt vector -d path-to-the-directory-containing-the- data-files. |
@henrykironde i tried this , and i'm getting some error in some files so working on that |
@henrykironde installed GDAL successfully , but still getting this error |
Try runing imports from python and report back what you get. ➜ rdataretriever git:(main) ✗ python
Python 3.9.6 (default, Jun 29 2021, 05:25:02)
[Clang 12.0.5 (clang-1205.0.22.9)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from osgeo import ogr
>>> from osgeo import gdal
>>> |
Import error i.e osgeo not found. |
@henrykironde successfully created template of data. |
Good, now you will populate the fields based on the appropriate meta data. From the repo I see they have a license file that states When working with raster data, you need to download Qgis. This tools can help you look at the various data and even get more info from the properties. |
Got it, will try to do it asap, |
You can drag and drop the |
Create a PR on the Retriever-recipes repo, I will look at it. |
okay I will create a PR, and there is one thing I want to know that by using Also,
|
https://www.naturalearthdata.com/downloads/10m-cultural-vectors/
The text was updated successfully, but these errors were encountered: