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
4 changes: 0 additions & 4 deletions docs/api/pgstac.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@
- Rehydrating the dehydrated items
- Partitioning by time
- Injecting dynamic links and assets from a STAC API

::: stac_geoparquet.pgstac_reader.CollectionConfig
options:
show_if_no_docstring: true
454 changes: 454 additions & 0 deletions docs/examples/dump_pgstac_to_parquet.ipynb

Large diffs are not rendered by default.

17 changes: 3 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,9 @@ deltalake = [
]

pgstac = [
"fsspec",
"psycopg[binary,pool]",
"psycopg[binary]",
"psycopg-pool",
"pypgstac",
"python-dateutil",
"tqdm",
]

pc = [
"adlfs",
"azure-data-tables",
"psycopg[binary,pool]",
"pypgstac",
"tqdm"
]

[dependency-groups]
Expand All @@ -69,6 +59,7 @@ dev = [
"types-python-dateutil",
"types-requests",
"vcrpy>=7.0.0",
"docker",
]
docs = [
"griffe-inherited-docstrings",
Expand All @@ -86,8 +77,6 @@ default-groups = ["dev", "docs"]
[project.urls]
Home = "https://github.com/stac-utils/stac-geoparquet"

[project.scripts]
pc-geoparquet = "stac_geoparquet.cli:main"

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down
146 changes: 0 additions & 146 deletions stac_geoparquet/cli.py

This file was deleted.

166 changes: 0 additions & 166 deletions stac_geoparquet/pc_runner.py

This file was deleted.

Loading