-
Notifications
You must be signed in to change notification settings - Fork 1
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
Editing OSM attributes #3
Comments
It could be that the filter ended up with zero features and the next step rejects it as an invalida file.
Try disabling that layer in case there is only one or a fee with that problem.
…-a
On Dec 19, 2017, at 5:50 AM, Ashish Acharya ***@***.***> wrote:
I've implemented an automatic OSM extraction module in the Nepal GeoNode, basing it off of Malawi's implementation here: https://github.com/MalawiGeospatialTools/osm-extract
Been trying to edit the ini files in order to only extract the attributes we need. However, it's throwing this error:
ERROR 1: Could not parse configuration file for OSM import
FAILURE:
Unable to open datasource `nepal/aerodromes_point.pbf' with the following drivers.
......
Makefile:142: recipe for target 'aerodromes_point.sql' failed
make: *** [aerodromes_point.sql] Error 1111
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I've made a test using your conf files.
The generated aerodromes_point.sql file is not empty (has about 10 features) and I got no errors. @code-geek when you get the GDAL list of available drivers, is OSM included? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've implemented an automatic OSM extraction module in the Nepal GeoNode, basing it off of Malawi's implementation here: https://github.com/MalawiGeospatialTools/osm-extract
Been trying to edit the ini files in order to only extract the attributes we need. However, it's throwing this error:
The text was updated successfully, but these errors were encountered: