بنقرة واحدة
data-pipeline
Guide agent through geospatial ETL workflows using built-in, learned, and fabricated geo tools
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Guide agent through geospatial ETL workflows using built-in, learned, and fabricated geo tools
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | data-pipeline |
| description | Guide agent through geospatial ETL workflows using built-in, learned, and fabricated geo tools |
Use this skill for geospatial ETL tasks: ingest, normalize, convert, reproject, and prepare datasets for analysis.
Start by locating candidate datasets with geo_data_catalog, then inspect them with geo_info and geo_crs_detect.
Before composing a new ETL flow, inspect whether pipelines/geo/ already contains a similar learned sequence for the same transformation goal.
Use geo_process when the workflow needs reprojection, clipping, or batch GDAL/OGR steps.
Use geo_format_convert for direct format changes.
When the pipeline targets PostGIS, inspect the codebook before composing custom SQL:
geo_sql_codebook(action="list", intent="<pipeline validation goal>")
geo_sql_codebook(action="render", pattern="<pattern_name>", values={...})
geo_spatial_query(action="schema")
geo_spatial_query(action="query", sql="SELECT ...")
If the ETL step is repetitive and not covered by learned pipelines or built-in geo tools, fabricate a persistent workspace tool under tools/geo/.