NetTopologySuite.IO.GeoJSON icon indicating copy to clipboard operation
NetTopologySuite.IO.GeoJSON copied to clipboard

Convert GeoJSON to PBF tiles

Open livebird opened this issue 6 years ago • 6 comments

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

livebird avatar Sep 09 '19 10:09 livebird

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

donnyv avatar Sep 11 '19 18:09 donnyv

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 avatar Sep 11 '19 19:09 xivk

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?

donnyv avatar Sep 11 '19 19:09 donnyv

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.

xivk avatar Sep 11 '19 19:09 xivk

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

donnyv avatar Sep 11 '19 20:09 donnyv

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?

HarelM avatar Feb 27 '20 09:02 HarelM

Use functionality in NetTopologySuite.IO.VectorTiles

FObermaier avatar Nov 22 '22 08:11 FObermaier