Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified luchtfoto/imagery-2024-0.dbf
Binary file not shown.
Binary file modified luchtfoto/imagery-2024-1.dbf
Binary file not shown.
Binary file modified luchtfoto/imagery-2024-2.dbf
Binary file not shown.
Binary file modified luchtfoto/imagery-2024-3.dbf
Binary file not shown.
Binary file modified luchtfoto/imagery-2024-4.dbf
Binary file not shown.
Binary file modified luchtfoto/imagery-2024-5.dbf
Binary file not shown.
5 changes: 4 additions & 1 deletion tools/lufo_shapes_newurl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ for j in $YEAR; do
# Extract only the filename after the last '/' and prepend new URL
ogrinfo -dialect SQLITE -sql "
UPDATE 'imagery-$j-$i'
SET location = 'https://basemaptilingappdatapi.blob.core.windows.net/tiles/luchtfoto/$j/pyramid/$i/' ||
SET location = '/vsicurl/https://basemaptilingappdatapi.blob.core.windows.net/tiles/luchtfoto/$j/pyramid/$i/' ||
substr(location, instr(location, 'overview'))
" $SHAPEDIR/imagery-$j-$i.shp
ogrinfo -sql "CREATE SPATIAL INDEX ON imagery-$j-$i" $SHAPEDIR/imagery-$j-$i.shp
done
done




# SHAPEDIR=$SCRIPTDIR/infrarood
# LEVELS="0 1 2 3 4 5"
# YEAR="2018"
Expand Down
Loading