NetTopologySuite / NetTopologySuite.IO.GeoJSON

GeoJSON IO module for NTS.
BSD 3-Clause "New" or "Revised" License
112 stars 46 forks source link

Convert GeoJSON to PBF tiles #39

Closed livebird closed 1 year ago

livebird commented 5 years ago

I need to convert the GeoJSON to PBF vector tiles. Is there any way to do that?

donnyv commented 5 years ago

You can use tippecanoe or ogr2ogr. Export to directory will create pbf vector tiles.

xivk commented 5 years ago

I started on something basic here:

https://github.com/anyways-open/NetTopologySuite.IO.VectorTiles

But I would also use one of the mentioned tools. My work is far from useable for general purposes.

donnyv commented 5 years ago

I started on something basic here:

https://github.com/anyways-open/NetTopologySuite.IO.VectorTiles

But I would also use one of the mentioned tools. My work is far from useable for general purposes.

@xivk Ooooooh snap! This is awesome! Are you shooting for spec 2 compliant?

xivk commented 5 years ago

Well we plan to use it with mapbox gl js so anything that needs we will build. I am aiming for support for relatively small datasets or chuncks of data.

I don' t have a roadmap or eta for this package.

donnyv commented 5 years ago

I would think once you cover the spec. The size of the data wouldn't matter.

HarelM commented 4 years ago

There's also this format which is not tiled based: https://github.com/mapbox/geobuf Wasn't sure where to write this down as there's probably a need to another NTS project/repo for this. @xivk what's the status on your project? Can it be used to convert GeoJson to MVT?

FObermaier commented 1 year ago

Use functionality in NetTopologySuite.IO.VectorTiles