geom_parcel_improvements #384

Merged
mpeltriaux merged 8 commits from geom_parcel_improvements into master 2024-02-16 08:44:39 +01:00
Owner

Implements #381

Further:

  • fixes typos
  • cleans up code (dropping unused methods,...)
  • improves tests
  • minor tweaks to the frontend ux
# Implements #381 Further: * fixes typos * cleans up code (dropping unused methods,...) * improves tests * minor tweaks to the frontend ux
mpeltriaux added 8 commits 2024-02-16 08:44:21 +01:00
* adds another validity check to SimpleGeomForm (is_size_valid) to make sure the area of the entered geometry is somehow rational (>= 1m²)
* optimizes performance of django command sanitize_db
* extends Geometry model with two new attributes, holding timestamps when a parcel calculation has been started and ended
* finally drops unused update_parcel_wfs in favor of update_parcels in Geometry model
* refactors update_parcel method
* adds geometry buffer fallback in schneider/fetcher.py to avoid emptying of geometries when parcels shall be fetched
* finally removes utils/wfs/spatial.py
* extends GeomParcelsView according to #381
* updates translations
* removes redundant psycopg2-binary requirement
* improves handling of parcel calculation (speed up by ~30%)
* ToDo: Clean up code
* refactors parcel calculating, resulting in 1.3-1.6x better performance
* optimizes parcel fetching view
* drops identifier handling on all edit-forms (identifier editing has been disabled on the frontend for a while now)
* updates test cases
* updates form caption for checking and recording action (less intimidating)
* optimizes district column width
* fixes bug on frontend parcel fetching on detail view
* adds extended tooltip for title column on index tables
* retraslates 'Law' to 'Rechtsgrundlage'
* renames a method and fixes doc string
* fixes typo
* dropping conn_max_age due to problems with usage in gunicorn
* drops unused methods
* fixes typos
* updates comments
* drops unused model attribute
mpeltriaux merged commit 5b157254b4 into master 2024-02-16 08:44:39 +01:00
mpeltriaux deleted branch geom_parcel_improvements 2024-02-16 08:44:39 +01:00
Sign in to join this conversation.
No description provided.