You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Design the architecture for Fields Studio — a companion web portal for heavy geospatial data processing. The portal will handle Shapefile, GeoTIFF, and COG uploads via server-side GDAL, producing downloadable layer packs compatible with the mobile app's DatasetManager.
This is a design-only deliverable — no implementation code, only architecture documents.
Description
Design the architecture for Fields Studio — a companion web portal for heavy geospatial data processing. The portal will handle Shapefile, GeoTIFF, and COG uploads via server-side GDAL, producing downloadable layer packs compatible with the mobile app's DatasetManager.
This is a design-only deliverable — no implementation code, only architecture documents.
Implementation Tasks
docs/plan/FIELDS_STUDIO_DESIGN.md)manifest.jsonschema + data files, compatible with app'sDatasetManageranddataset-manifest.json(Design only)Acceptance Criteria
FIELDS_STUDIO_DESIGN.md) covers:fields-studio.web.app)manifest.jsonis validated as compatible withDatasetManager.tsandpublic/data/dataset-manifest.jsonDependencies
src/services/DatasetManager.ts) — understand existing layer loading patternspublic/data/dataset-manifest.json)Relevant Files
docs/plan/FIELDS_STUDIO_DESIGN.md(new)src/services/DatasetManager.ts— existing layer loadingsrc/services/CustomLayerManager.ts— in-app import patternspublic/data/dataset-manifest.json— existing manifest format