Trouble building/using the EMOD dataset
See original GitHub issueHello,
I’m having some trouble building/using the EMOD dataset. I downloaded the 2020 version of the dataset from the website referenced in the docs, and managed to build a single .vrt
file and linking it in config.yaml
, although gdalbuildvrt
doesn’t recognize -co
as an option, so I tried to set VRT_SHARED_SOURCE=0
as an environment variable instead (perhaps this is wrong? I’m not that familiar with the gdal toolchain and geospatial data in general, unfortunately). The linking of the dataset in config.yaml
seems to work, but when I try to query a location, I get the following error message:
{
"error": "Dataset has no coordinate reference system. Check the file 'data/emod2020-vrt/emod2020.vrt' is a geo raster. Otherwise you'll have to add the crs manually with a tool like gdaltranslate.",
"status": "INVALID_REQUEST"
}
I’ve also tried using the option -oo
, but that results in the same error.
Any pointers here would be greatly appreciated.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Emotional Attention: A Study of Image Sentiment and Visual ...
We first create the EMOtional attention dataset (EMOd). It is a diverse set of emotion-eliciting images, and each image has (1) eye-tracking data...
Read more >Example images from EMOtional attention dataset (EMOd), ...
this paper, we present the EMOtional attention dataset (EMOd)-a human-annotated dataset focusing on image sentiment and human attention (see Fig. 1).
Read more >Package 'Sleuth3'
Format. A data frame with 28 observations on the following 3 variables. Time the time (in seconds) that the student worked on the...
Read more >arXiv:1901.07659v2 [eess.IV] 10 Apr 2019
This dataset includes six different lithostratigraphic classes based on the underlying geology of the Netherlands F3 block. The dataset also ...
Read more >installation (version 5.5.31 is required and you are running ...
1) Create a new database for Moodle. 2) Create a folder called "moodledata" one level down from your htdocs. 3) Download a copy...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve updated the documentation, thanks for helping to improve opentopodata!
Seems to have fixed the issue (at least I get an elevation for a given query point)! I ran the command you wrote above, but for me at least, I had to remove the
=
in-a_srs=epsg:4326
and replace it with a space. I also used the 2020 dataset.