-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ice-Wedge Network Centerline and Polygon Area, Bernard River Watershed, Banks Island Canada (2010-2020) #92
Comments
The files are archived (not public) on Datateam: |
Due to needing making the dataset public and then private again, this dataset was given a new DoI: The paper associated with this dataset was published today! See here. Exploration of polygon dataThe polygon shapefile is small, just 2.48 MB, so it does not need to be tiled and can be uploaded to the PDG portal as a geojson file. I transformed the shapefile to CRS EPSG:4326 and converted it to a geojson file, simple operations with geopandas. import geopandas as gpd
data = gpd.read_file("/home/jcohen/capillary_iwp/IWP_area_grid_sum/IWP_sum_Banks_proj.shp")
data_WGS84 = data.to_crs(epsg = 4326, inplace = False)
data_WGS84.to_file("/home/jcohen/capillary_iwp/IWP_area_grid_sum.json", driver="GeoJSON") Justin helpfully uploaded this geojson file to Metacat. I pointed the demo PDG XML to the URL for this object: https://arcticdata.io/metacat/d1/mn/v2/object/urn:uuid:dc273c5c-341b-4fb7-89cf-a22fa1d96135 VisualizationI visualized 2 attributes that are generally normally distributed but both have a slight right skew:
I can also visualize the other attribute, Exploration of line geometriesThe other file in this dataset, Description: "This geopackage contains 139 line layers, covering the extent of the Bernard River watershed, that represent the centerline of ice-wedges calculated by buffering ice-wedge polygons detected from Maxar satellite imagery using a deep learning model, then skeletonizing the buffers." The attributes in this file are not applicable to distribute a palette:
Therefore, maybe the palette specified in the XML could just be 1 color assigned to the value for the attribute I converted this file to geojson as well, but as expected due to its larger size I am unable to upload it as a single file as a new layer. While I was on vacation, @rushirajnenuji helpfully picked up the task of tiling the larger file with the 3d tiles workflow (which includes staging and then 3dtiling) with modifications to both packages. This work is in progress, but for today we will publish the ADC package with just the original data files as well as the smaller file's geojson version as an alternative file for the data. Then when the tiling for the multiline geometries is complete, the dataset will be updated with the new tilesets. Thank you to @justinkadi and the data curation team for their works towards this dataset 🙌🏼 |
The published ADC package is here: https://arcticdata.io/catalog/view/doi%3A10.18739%2FA2610VT6C |
I would like to add the following dataset published on Arctic Data Center to the PDG: https://arcticdata.io/catalog/view/doi%3A10.18739%2FA2GH9BB6M
It is fully documented on the ADC and contains:
(1) Geopackage with polyline layers with ice-wedge centerlines that represent the total length added to the tundra capillary system if all the mapped ice wedges were to degrade and form a connected network of trough-channels (i.e., capillary hydrological system).
(2) Polygon shapefile of IWP area and percentage of land cover within 1 kilometer (km) x 1 km rectangular grid cells covering the Bernard River Watershed.
The text was updated successfully, but these errors were encountered: