Created
November 4, 2023 22:39
-
-
Save CEZERT/3fcab988458dd1cd0ca00730f59328f5 to your computer and use it in GitHub Desktop.
This file contains 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
for %X in (*.shp) do ogr2ogr -skipfailures -clipsrc | |
c:\data\PhiladelphiaBaseLayers\clipFeature\city_limits.shp | |
c:\data\PhiladelphiaBaseLayers\clipped\%X | |
c:\data\PhiladelphiaBaseLayers\%X |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment