NatLabRockies / NatLabRockies/COMPASS
Database GPKG export
@castelao is already working on this.
Since Mar 5, 2025.
- Dominant language
- Python
- Stars
- 17
- Forks
- 4
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 17
Description
This should be very similar to #46, expect that jurisdiction shapes should be attached to the data.
We may also need a reVX-compatible GPKG export, but that is still TBD.
Reminder on CLI guidelines:
Assuming the CLI name is compass-db (TBD; see #49), we want the export command to look like this by default:
compass-db export
This exports the most up-to-date version of the data into CSV files (one per technology) into the current directory. Additional options are:
-
Output directory (defaults to “.”)
compass-db export -od (--output-directory) /dir/path -
Technology (wind, solar, etc, defaults to all)
compass-db export -t (--technology) [wind,solar] -
File type (CSV, Geopackage, geoparquet?, Excel?; defaults to CSV)
compass-db export -f (--format) [csv,gpkg,gpq]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.