-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Archive] replace column 'bbox' with 'geometry' #296
[Archive] replace column 'bbox' with 'geometry' #296
Conversation
…to update-to-geometry
…to update-to-geometry
I have added some more commits removing one test database (to reduce data volume) and avoid database modification. @MarkusZehner the newly added databases contained absolute paths to your local Sentinel-1 scenes. the test database now contains a relative path so that the database entry is not deleted when |
fixes "(sqlite3.OperationalError) no such module: VirtualKNN2"
cannot be installed via pip
…to update-to-geometry
replaces the column
bbox
withgeometry
containing the footprint geometry instead of the bounding box. Import of old databases can be done withimport_outdated
.