mansueto-institute / cloudtile

Converting geospatial file formats to vectortile files
GNU General Public License v3.0
2 stars 2 forks source link

Single-step convert #12

Closed manmartgarc closed 1 year ago

manmartgarc commented 1 year ago

Right now, in order to go from a .parquet file or some other vector file all the way to a .pmtiles file you need to execute each step separately. Ideally the user could submit a single job. However, there are limitations to this approach because somehow, we would have to keep waiting for the intermediate steps to finish. This might be a lot more complicated than what we might want to do.

Leaving this here to keep records but will probably not pursue this at all.