shp conversion
This commit is contained in:
parent
05aabb41b8
commit
a4073284ee
1 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue