yocontra / node-gdal-next

Node.js bindings for GDAL (Geospatial Data Abstraction Library) [Fork]
https://contra.io/node-gdal-next/
Apache License 2.0
75 stars 36 forks source link

Support for FGFs #50

Open beldarragi opened 3 years ago

beldarragi commented 3 years ago

Hello,

I was curious if there are there plans to support geometry creation from the FGF format? I noticed there is support for WKBs and others, but not FGF.

Thank you!

yocontra commented 3 years ago

@beldarragi It looks like gdal partially supports parsing FGF data - if this is something you're interested in it would be a relatively simple PR to add it.

beldarragi commented 3 years ago

@contra That would be great!

beldarragi commented 3 years ago

@contra I've made some changes locally if you'd like me to submit a PR for review.

yocontra commented 3 years ago

@beldarragi Yeah please do!