Maphub.co have built Geo Cloud Converter. The tool runs in your browser and its premise is simple: Drop a GeoJSON, a Shapefile (zipped or not), a KML, a GPX, a CSV1, a GeoPackage, or a GeoTIFF onto its interface and obtain a cloud-native representation of it – a Cloud-optimized GeoTIFF (COG) if your input was a (standard) GeoTIFF, a GeoParquet2 file, a Flatgeobuf file, or PMTiles in all other cases.
Quick demo by Pierre Blanchet:
Geo Cloud Converter is built using GDAL3 and DuckDB WASM4. The latter means that the data never leaves your computer, all processing is done in your browser. Maximum file size is 1 GB.
Neat, for quick testing or in a pinch.
Footnotes
I’m not sure what schema is expected here. I imagine an X and a Y column in EPSG:4326?↩︎
I don’t expect the tool to do anything clever around sorting GeoParquet contents (it doesn’t know enough to decide on a good strategy), but rather to take and convert the data ‘as is’.↩︎
Of course.↩︎
WebAssembly↩︎