cgs-earth / geoconnex-vizualization

We're making web maps and charts to show what is in geoconnex!
0 stars 0 forks source link

Create geoconnex map #1

Open ksonda opened 2 years ago

ksonda commented 2 years ago

We need to create a few visualizations of what is/ what will be in geoconnex. For now, this will include everything in https://reference.geoconnex.us plus all other PIDs registered at https://geoconnex.us

The "reference" features are all here https://www.hydroshare.org/resource/3295a17b4cc24d34bd6a5c5aaf753c50/

This includes: WaDE sites https://www.hydroshare.org/resource/5f665b7b82d74476930712f7e423a0d2/data/contents/wade.geojson WQP sites https://www.waterqualitydata.us/data/Station/search?mimeType=geojson&minactivities=1&counts=no USGS Groundwater sites https://www.sciencebase.gov/catalog/file/get/60c7b895d34e86b9389b2a6c?name=nwis_wells.geojson NM Water Data Initiative sites https://locations.newmexicowaterdata.org/collections/Things/items?f=json&limit=100000 ORNL hydropower locations https://hydrosource-scqyc36enq-uc.a.run.app/collections/dams/items?f=json&limit=10000 CA gages https://sb19.linked-data.internetofwater.dev/collections/ca_gages/items?f=json&limit=10000

ksonda commented 2 years ago

Some visualization types:

  1. A general map view where you can turn on and off layers

  2. A map where you can click an a spot and see everything within a 10 mile (or adjustable) radius

  3. A way to search for a River name, and get all gages on that river. The source for river names is the "reference mainstreams", mainstems.gpkg . The layer that has a key to these rivers are ref_gages.

  4. Some Insights-type dashboard where you can say, search by state and find out total counts of items in the various collections

ewiggansLI commented 2 years ago

A general map view where you can turn on and off layers -> will be satisfied by web app visual

A map where you can click an a spot and see everything within a 10 mile (or adjustable) radius -> will be satisfied by Near Me widget

A way to search for a River name, and get all gages on that river. The source for river names is the "reference mainstreams", mainstems.gpkg . The layer that has a key to these rivers are ref_gages. -> This is going to be some work based on my current thinking; I think a custom web geoprocessing widget would work here but there might be easier ways. Thinking still. Copying methodology from NLDI storymap might be an option too not sure how that was done?

Some Insights-type dashboard where you can say, search by state and find out total counts of items in the various collections -> This could be satisfied using a widget for summarizing data OR as you said a separate insights dashboard

ewiggansLI commented 1 year ago

To do still, 11/21 1) [ ] finish configuring layer actions for indicators in dashboard 2) [ ] configure URL parameters to get from map to dashboard with selection applied 3) [x ] update splash screen with link to dashboard, and further instructions 4) [x ] add remaining GeoJSON based datasets

ewiggansLI commented 1 year ago

Kyle notes need to add PLSS as a reference dataset - service URL https://gis.blm.gov/arcgis/rest/services/Cadastral/BLM_Natl_PLSS_CadNSDI/MapServer for a later iteration of map