python-vt2geojson
python-vt2geojson copied to clipboard
Dump vector tiles to GeoJSON from remote URLs or local system files.
Version 2.0.0 of mapbox_vector_tile was released Jan 16, and (sloppily) includes the breaking change that `y_coord_down` must now be passed inside the `default_options` dict argument. https://github.com/tilezen/mapbox-vector-tile/blob/master/mapbox_vector_tile/__init__.py#L4 This PR enables vt2geojson...
I am interested on where you got the formula from for the coodinate transformation? I was searching for how to convert the coordinates of a Mapbox Vector Tile into Geodetical...
Is it possible to add the information of which Layer a given Feature belongs to when `vt_bytes_to_geojson` has the parameter `layer=None`? I want to read in a .mvt file, but...