opencdms-dev / pyopencdms-old

⭐🐍 pyopencdms aims to build a common Python API on top of multiple Climate Data Management Systems (CDMS) that use different underlying database engines
MIT License
4 stars 6 forks source link

Cdms pygeoapi #101

Closed chinedu117 closed 1 year ago

chinedu117 commented 1 year ago

Here we try to create cdms pygeoapi provider. To acheive this I needed to use shapely and geoalchemy2 to manipulate the spatial data types.

Modified the location field to Geography SRID 4326. Stores location data as WKB Derives cooardinates from location field instead on joining to other tables. Other miscellaneous updates

isedwards commented 1 year ago

@chinedu117 did you intend for this PR for go to the old pyopencdms repo (opencdms-dev)?

I'm intending to revert this repo to an older commit because it is still being used by the Climsoft project.

chinedu117 commented 1 year ago

@chinedu117 did you intend for this PR for go to the old pyopencdms repo (opencdms-dev)?

I'm intending to revert this repo to an older commit because it is still being used by the Climsoft project.

Noted