Skip to content

Antyodaya CoRE-Stack integration#956

Open
amit-spatial wants to merge 11 commits into
devfrom
antyodaya_cs_integration
Open

Antyodaya CoRE-Stack integration#956
amit-spatial wants to merge 11 commits into
devfrom
antyodaya_cs_integration

Conversation

@amit-spatial
Copy link
Copy Markdown
Collaborator

Integrates Antyodaya Dataset into CoreStack Backend

  • Clips pan India antyodaya data csv into tehsil, and results in tehsil level gis output files.

  • Works locally, uses data/admin-boundaries/input/{state}/{district}/*.geojson files, for basic identifiers (state-district-tehsil name columns, ids), shapes of villages, which goes through a unique pc11_village_id and non-zero id filteration, and then pulls in antyodaya properties to matching (admin{pc11_village_id} == antyodaya{village_id}) village rows.

  • The populated data is then automatically pushed to GEE 'projects/ee-corestackdev/assets/apps/mws/ and GeoServer, followed by db updates.

Note: Apart from GEE step, the pipeline takes below ~2 seconds per tehsil.

Comment thread utilities/constants.py
@@ -1,5 +1,5 @@
# import
from nrm_app.settings import GEE_STORAGE_PROJECT, GEE_STORAGE_PROJECT_HELPER
from nrm_app.settings import GCS_BUCKET_NAME, GEE_STORAGE_PROJECT, GEE_STORAGE_PROJECT_HELPER
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need to import GCS_BUCKET_NAME here. Rather use it directly from settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants