Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor h3_utils to use h3ronpy * Update lib.py for use of h3ronpy * Update ValueError for invalid fields * Add documentation on bug * Fix issue with Point generation h3ronpy currently has a bug with cells_to_wkb_points which returns matching coordinates. * Integrate release from h3ronpy that solves cells_to_wkb_points * Remove looping on geometries * Update user documentation * Update user doc notebooks (#76) * create stac catalog from sample kenya data * testing metadata * update metadata files * typo * Update catalog with link to self and title based on stac-check best practice * Move METADATA to space2stats_ingest * fix sources link * rewrite catalog with self link and item titles * Rename duplicated variable gdf to adm_gdf * Corrected the color breaks * Adapt based on h3ronpy and adapt colormap * Change formatting, ensure clear runs, and remove unused imports * Add nbqa pre-commit for notebooks --------- Co-authored-by: Andres Chamorro <[email protected]> * Add notebook dependency group and update python library example * Update notebook based on nbqa * Remove unused dependencies in core * Update lock file * Install h3ronpy from github while waiting for release * Fix import for new h3ronpy version * Update types of h3_ids from h3ronpy * Update pyproject to use wheel from s3 * Update python version --------- Co-authored-by: Andres Chamorro <[email protected]> Co-authored-by: Benjamin P. Stewart <[email protected]>
- Loading branch information