-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version 0.5.0 * pypgstac loader improvements * rework pypgstac, linting, bug fixes * remove srid lookup * get tests working with temp database * update poetry lock * psycopg copy error on ci * more tests, update readme * bug fixes * change typing for file input to allow iterator * update poetry lock for black issue, run tests with pytest * add code to change partitions and migrate data * fix for assets in includes * add incremental migration * add migration, fix atexit
- Loading branch information
Showing
41 changed files
with
8,756 additions
and
2,280 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ pypgstac/dist | |
*.pyc | ||
*.egg-info | ||
*.eggs | ||
venv | ||
venv | ||
.direnv |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
BEGIN; | ||
\i sql/001_core.sql | ||
\i sql/001a_jsonutils.sql | ||
\i sql/001b_cursorutils.sql | ||
\i sql/001s_stacutils.sql | ||
\i sql/002_collections.sql | ||
\i sql/002a_queryables.sql | ||
\i sql/002b_cql.sql | ||
\i sql/003_items.sql | ||
\i sql/004_search.sql | ||
\i sql/005_tileutils.sql | ||
\i sql/006_tilesearch.sql | ||
\i sql/998_permissions.sql | ||
\i sql/999_version.sql | ||
COMMIT; |
Oops, something went wrong.