open-MaStR icon indicating copy to clipboard operation
open-MaStR copied to clipboard

Collect features for new postprocessing

Open nesnoj opened this issue 2 years ago • 1 comments

@chrwm and I talked about postprocessing which would be nice to have in open-mastr.

Check out existing and orphaned stuff

Features

  • Cleanse data: e.g. drop duplicates, check plausibility etc.
  • Geocode units without coordinates (<=30kW) using zip code and city and, as option, aggregate them (I implemented this recently)
  • Useful table joins:
    • grid data: e.g. voltage level: join locations_extended and grid_connections on units table
    • storage capacity: join storage_extended and storage_units #416
  • Filter by attributes
  • Geospatial operations such as clipping

Feel free to amend this list..

nesnoj avatar Jan 20 '23 10:01 nesnoj

Just adding my small geocoding repo here :)

khelfen avatar Feb 09 '23 09:02 khelfen