-
## featury request
I would like to see CRSs other than EPSG:4326 supported.
## other issues, RFC
I am well aware of https://github.com/OSGeo/gdal/issues/6859 and RFC 8142, but even now this direc…
-
I installed the latest Postgre.app version Version 2.5.6 (139) Universal version for my new MacBook Pro M1. After setting up the CLI tools, I am able to access all gdal binaries that come bundled like…
-
See current notes in the [readme](https://github.com/maawoo/sentinel-2-grid-fgb#conversion)
-
oa_qa branch is having issues with ogr2ogr call. First call after running with master branch runs fine. Subsequent runs fail with output below:
```
pat@desktop:~/projects/osmand_map_creation/osmand_…
-
Hi all!, first read this https://github.com/dolthub/dolt/issues/5931
Now, I think instead of:
```
There's no spatial reference with SRID 4294967294
```
Would be great and more intuitive hav…
-
Hi all, I know I have creating a lot of new issues, I'm just splitting big issues in a very smaller ones :)
I'll explain this issue from the start.
This time, in GIS we have the CRS which specif…
-
I tried this
```Python
import geopandas as gpd
url = "https://download.geofabrik.de/europe/liechtenstein-latest.osm.pbf"
gdf = gpd.read_file(url, engine="pyogrio")
```
returned this error:
``…
-
hi there, i am trying to convert a gml (alkis) file form here:
https://service.gdi-sh.de/SH_INSPIREDOWNLOAD_AI_CP_ALKIS?service=wfs?version=2.0.0&outputFormat=application%2Fgml%2Bxml%3B%20version%…
-
## Expected behavior and actual behavior.
When converting a GeoJSON File to GPKG with `ogr2ogr`, JSON Objects and Arrays of Ojects are translated just fine. `ogrinfo` identifies them as Type=String…
-
Using ogr2ogr I tried to process a geojson file that has a JSON field (see minimal file in steps to reproduce the problem).
I tried the following command to extract the value from the `description`…