shp conversion

This commit is contained in:
randogoth 2025-03-04 19:11:33 +00:00
parent 05aabb41b8
commit a4073284ee

View file

@ -132,6 +132,14 @@ The original PBF file remains saved in the `files/` folder.
just convert <extracted_data.parquet> <water_polygons.parquet> <geohash_parquet_folder>
```
### Convert Shapefile to Parquet
Input file needs to be 'EPSG:4326'
```bash
just shp <shapefile.shp> <output.parquet>
```
### Plot Parquet File as PNG
Plot the geometry of a parquet file as a PNG with the same filename.