Using zip¶
These are the steps needed to clip images to a given geometry file.
- Create or convert your geometry into a geojson file, using geojson.io
- Use porder idlist tool to get the idlist file that intersects your geometry.
- Place your order with clipping including as an operation and the geometry included as a the boundary file notice the --boundary argument passed while placing the order. We pass the argument zip to zip all files for each asset and zipall to zip all files into a single zip file. Use the zipall tool carefully, extremely large single zip files may fail depending on the overall size.
The order setup will look like the following