원클릭으로
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/.