ngageoint / geopackage-js

GeoPackage JavaScript Library
http://ngageoint.github.io/geopackage-js/
MIT License
304 stars 78 forks source link

How can i convert MBTile to Geopackage in the command line? #194

Closed adriansuciu09 closed 7 months ago

adriansuciu09 commented 7 months ago

I am trying to write a script that converts MBTile foiles to Geopackage in a Docker container. I need to be able to convert the data in a command line. Is it possible to do that with this project?

danielbarela commented 7 months ago

This library is an API that allows you to write any application you would like to interact with and build GeoPackages. There is no reason you shouldn't be able to write a command line node application to do what you want.