3
votes
Accepted
Checking if any coordinate falls outside their valid range of EPSG:4326-using GeoJSON
The most simplest method is just to run ogrinfo
ogrinfo extent.json -al -so
INFO: Open of `extent.json'
using driver `GeoJSON' successful.
Layer name: example
Geometry: Unknown (any)
Feature ...
3
votes
Accepted
What is the required GeoJSON data to import into Caltopo?
You haven't saved a complete GeoJSON, just a geometry. The following which includes FeatureCollection and Feature types works:
{
"type": "FeatureCollection",
"features&...
3
votes
Accepted
Creating Mapbox Vector Tiles from GeoJSON without unnecessarily filling holes of the input geometry
Seems to be a known issue (#7890) relating to density of vertices which was thought to be fixed. A new issue has been reported (#13305) by @dbaston.
Workaround is to simplify the src geojson slightly:
...
1
vote
Checking if any coordinate falls outside their valid range of EPSG:4326-using GeoJSON
Another option is the GeoJSON Validator, available as both a Python package and a browser application. It provides validation of GeoJSON structures and geometries, as well as fixes for GeoJSON ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
geojson × 2690leaflet × 765
javascript × 302
openlayers × 265
python × 233
qgis × 231
postgis × 173
shapefile × 148
json × 146
ogr2ogr × 145
openlayers-2 × 115
coordinate-system × 100
gdal × 95
polygon × 90
mapbox × 88
geoserver × 87
openstreetmap × 79
convert × 73
postgresql × 71
geopandas × 61
wfs × 49
markers × 48
geometry × 46
layers × 44
popup × 43