Skip to main content
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 ...
user30184's user avatar
  • 71.7k
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&...
user2856's user avatar
  • 74.3k
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: ...
user2856's user avatar
  • 74.3k
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 ...
Taras's user avatar
  • 35.8k

Only top scored, non community-wiki answers of a minimum length are eligible