This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
To be able to run this tool inside ArcGIS Pro: | |
1. Copy the ArcGIS Pro env to a new folder. | |
2. In clean ArcGIS Pro env, install with built-in Pro package manager: | |
* PyQt 5.6 | |
* shapely 1.7 | |
3. Create a new custom script tool (with a parameter to specify path to a shapefile | |
or a feature class) and point to this source Python module. | |
4. Run the script tool. It might take some seconds for the tool to start. This is |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat urls.csv | sed 's/\([^,]*\),\(.*mov\)\r/wget "\1" -O "\2"/' | sh | |
the location and time of day are prepended to the filename. |