data icon indicating copy to clipboard operation
data copied to clipboard

data catalogs and utilities

Results 8 data issues
Sort by recently updated
recently updated
newest added

Dear team of CarbonPlan, first of all, thanks for your project! I tried to reproduce some results and understand database structure, but met some problems: Example 1. I tried to...

The USFS has generated US wide estimates of burn probability estimates, based on vegetation and wildland fuel data from LANDFIRE 2014. Having these data in their raw resolution (30m) and...

Leaving some notes here regarding conversions from GeoJSON to TopoJSON, which in a recent real world test reduced file size by 4x with no perceptible change in appearance. This is...

Done quickly during a push over in carbonplan/forests but it should be moved here. Basically takes the fire perimeters shapefile and burns in rasterized fire masks for each month.

I needed this asap so I just did a one off. Here's what I did: ``` !gdalwarp -t_srs PROJCS["Albers_Conical_Equal_Area",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],TOWGS84[0,0,0,-0,-0,-0,0],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]],PROJECTION["Albers_Conic_Equal_Area"],PARAMETER["standard_parallel_1",29.5],PARAMETER["standard_parallel_2",45.5],PARAMETER["latitude_of_center",23],PARAMETER["longitude_of_center",-96],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["meters",1]] -te -2493045.0 177285.0 2342655.0 3310005.0 -tr 4000 4000 -srcnodata...

I've noticed a few things with our MTBS dataset that should be corrected: 1. The processed `conus` and `ak` 4km datasets are the same (both conus domain) 1. The processed...

We should either remove the CSV formatted raw FIA data or rename it to use the lower case naming convention. Then update this section in the catalog: https://github.com/carbonplan/data/blob/b8b67881e1e0a00889aedfad518f2eed59b7d878/catalogs/fia.yaml#L13-L25

We should develop a set of canonical grid files and definitions. We currently have our project grids defined in terms of a CRS and extent, e.g. https://github.com/carbonplan/data/blob/933782082e3a788bed64ecb5541af36919acdef8/carbonplan_data/utils.py#L27-L49 These should remain...