wavded / ogr2ogr

An ogr2ogr wrapper library
MIT License
216 stars 46 forks source link

converting to geopakacge not working propaly #77

Closed mohammedX6 closed 3 years ago

mohammedX6 commented 3 years ago

After hours of searching for the problem, I didn't find anything. My problem is i want to convert this WFS layer to geopakacge, the conversation done correctly but the output table name is incorrect, i tried using ogr2ogr directly from the terminal everything worked with the correct table name . I tried to put this command to change the table name but it's not working: -nln dist_2021 Edit: here is the command ogr2ogr-f GPKG -skipfailures qqw.gpkg /vsicurl/https://services.arcgis.com/V6ZHFr6zdgNZuVG0/ArcGIS/rest/services/COVID19Surge_Florida_InterventionScenarios/FeatureServer/0/query?f=json&maxRecordCountFactor=30&outFields=*&outSR=4326&resultType=tile&returnExceededLimitFeatures=false&spatialRel=esriSpatialRelIntersects&where=1=1&geometryType=esriGeometryEnvelope --config -nln dist_2022

mohammedX6 commented 3 years ago

Never mind its working now i just need to remove --config