-
Notifications
You must be signed in to change notification settings - Fork 1
Spatial CIMIS 3.0 #110
Description
11:55 Spatial CIMIS 3.0
September Timeframe
In order to make your september timeframe, I’d plan on making no
modifications to the existing code, and concentrate on getting the
groundwater basins in place. In general, I’d discourage you from moving
away from grass, and instead look to take advantage of the grass/python
interface, and keep the processing, especially the raster processing.
-
Copy Zipcode Methodology
The current zipcode methodology assigns a every cell to one zipcode, and
assigns at least one cell to every zipcode. The average of the cells is
used for the zipcode. This seems like a good method for the the
groundwater vectors as well. The current code uses a simple script for
this, but there might be a better grass command for that. I can’t remember
why we did it that way.-
Use Groundwater shapes
Similar to the zipcode, the methodology is to convert those groundwater
areas into sets of 500m ET pixels.
-
-
Distribution
In our current methodology, we are constrained in our distribution in that
the zipcode needed to go into the CIMIS Oracle distribution. In addition,
we are constrained to the 2km raster processing. We need to understand if
we have any similar constraints we have.-
Use CIMIS Mobile app template
If you don’t have any requirements to the distribution method, For the
September timeframe, I would abandon the interactive geometry interface,
and instead focus on a more simple implementation. Back in 2018, we
developed a CIMIS Mobie App. This app uses a simple REDIS database to
provide access to pixels and zipcodes. It is a 2 week ring buffer. I
would just the same methodology, extended with ring buffers for the ground
water basins.-
Keep 2 weeks data
We found a two week ring buffer was great for graphs. Another good
feature of that is you can use this for better predictions later, when you
add (our awesome) ETo prediction functions. -
Summarize Beyond that at 14 day(I think)
One thing you could do too add to this application is to add a
summarizatio step to the two week feed. What we ended up in our ETO zone
maps was to create 14day moving window averages, provided at 1 week
increments. We had previously determined these were the appropriate
aggregations, and that’s what I’d use initially.
-
-
New Algorythmic Development
-
Divide into radiation / interpolation
-
Radiation
-
Turbidity
-
Environmental Radiation?
- Slope, Aspect, Horizon
-
-
Interpolation
-
Re-evaluate Normalization Step
-
Review for better Wind Speed models
-
-