Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert GeoJSON to PBF tiles #39

Closed
livebird opened this issue Sep 9, 2019 · 7 comments
Closed

Convert GeoJSON to PBF tiles #39

livebird opened this issue Sep 9, 2019 · 7 comments

Comments

@livebird
Copy link

livebird commented Sep 9, 2019

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

@donnyv
Copy link

donnyv commented Sep 11, 2019

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

@xivk
Copy link
Contributor

xivk commented Sep 11, 2019

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
Copy link

donnyv commented Sep 11, 2019

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
Copy link
Contributor

xivk commented Sep 11, 2019

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
Copy link

donnyv commented Sep 11, 2019

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

@HarelM
Copy link
Contributor

HarelM commented Feb 27, 2020

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
Copy link
Member

Use functionality in NetTopologySuite.IO.VectorTiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants