Skip to content

Releases: OpenGeoscience/uvdat

v0.1.0

19 Aug 19:00
Compare
Choose a tag to compare

v0.1.0 (2024-08-19)

Feature

  • feat: pin dependency versions in setup.py (2f3b671)

Test

  • test: try different docker compose action (05442e7)

Unknown

  • Merge pull request #47 from OpenGeoscience/freeze-deps

Pin dependency versions (c40ca74)

  • Merge pull request #48 from OpenGeoscience/ci-action

Change docker compose GH Action (f6f7e57)

  • Merge pull request #38 from OpenGeoscience/osmnx-roads

Add endpoint to pull road network from osmnx (fbda461)

  • Reorder imports in osmnx.py (8721125)

  • Implement as both REST endpoint and management command (8378cc1)

  • Rebase migrations (96e3167)

  • Remove edge name duplicate logic (cf81818)

  • Apply style changes (713d421)

  • Move load_roads to an API endpoint on the Context model (4dc8082)

  • Add osmnx cache folder to gitignore (903d5b0)

  • Allow duplicate node/edge names (same roads can exist in multiple cities) (fe464bf)

  • Add a management command to pull road network from osmnx (0c29401)

  • Merge pull request #43 from OpenGeoscience/postgis-vector-tiles

Generate vector tiles dynamically from extracted features (a85b7d1)

  • Fix import formatting (d88e5ce)

  • Fix type inconsistencies (0bf5975)

  • Save vector features after map layer modification (714187d)

  • Add admin class for VectorFeature (bab350a)

  • Fix vector feature imports (dce8516)

  • Move save_vector_features to create_vector_map_layer (d854226)

  • Squash migrations (25ce2b7)

  • Remove VectorTile and use of tile_extents (d4041cf)

  • Remove use of OL tileUrlFunction (41e6bc5)

  • Generate vector tiles dynamically from extracted features (90bd64f)

v0.0.0

20 Jun 15:59
Compare
Choose a tag to compare

v0.0.0 (2024-06-20)

Unknown

  • Merge pull request #40 from OpenGeoscience/publish-docker-images

Publishing server code as Docker image (bca73f4)

  • Merge pull request #37 from OpenGeoscience/update-readme

Create a docs folder and improve README (b371373)

  • Remove uvdat_flow image (3dbeb10)

  • Merge pull request #42 from OpenGeoscience/dev-improvements

Dev improvements (ed7d9d9)

  • Add support for direnv (3edba6b)

  • Use env vars for database connection info (81eaef9)

  • Add ruff config to pyproject.toml (328ef55)

  • Move heavy import to within function (e3c4443)

  • Add python semantic versioning step to generate tag for image (52ba359)

  • Prepend tag with registry URL (2546276)

  • Modify image name (must be all lowercase) (bf55c7b)

  • Modify Dockerfile for portability and add publishing workflow (46cd17f)

  • Fix typo in "representations" (1012c94)

  • Replace "Girder 4" with "Resonant" in README (e1ec12d)

  • Editorial changes

Signed-off-by: Anne Haley <[email protected]> (3a60b97)

  • Add more links to README (a6835fb)

  • Add container around images for inline display (0c4e88c)

  • Create a docs folder and improve README (4222b7b)

  • Merge pull request #30 from OpenGeoscience/model-redesign

Model redesign (72000c2)

  • Fix layers edge case bugs (361ec2f)

  • Update behavior around availableDerivedRegions (0a2c9ca)

  • Use selectedDerivedRegions storage instead of isDerivedRegionSelected function (dfe4c74)

  • Merge remote-tracking branch 'origin/master' into model-redesign (6459e75)

  • Merge pull request #33 from OpenGeoscience/ci-testing

Enable CI testing (a2026de)

  • Merge pull request #34 from OpenGeoscience/web-updates

Web updates (56eab4a)

  • Fix bug in getOrCreateLayerFromID (93ae876)

  • Merge pull request #35 from OpenGeoscience/web-updates-updates (52d8d4d)

  • Add TODO (334b445)

  • Fix reference to "dataset" object (instead of "Dataset" class) (1175a1b)

  • Use already-fetched map layers, consistent use of caching and types (3d4287f)

  • Exclude "Extended" serializers from serializer matches in get_available_simulations (55fbff5)

  • Add TODO (4b62b03)

  • Squash migrations into initial (4ab6137)

  • Fix linting (4e19483)

  • Retrieve map layers from dataset detail endpoint (f987749)

  • Don't create local paths for service volumes (c96ff90)

  • Fix type errors for AbstractLayer (0efeab8)

  • Use tile extents instead of tile coords (a3df988)

  • Add dataset classification (cef6f5e)

  • Remove geojson_data JSONField, reorg geojson funcs (a088c52)

  • Add indexes and constraints to VectorTile (6acaaf6)

  • Fix applying zIndex when switching layers on the same Dataset (790e6df)

  • Add label to Context dropdown (34b79f3)

  • Allow user to apply style changes to all layers in Dataset (fb93dfd)

  • Switch order of populate script function calls (Datasets come first) (9d3f8c7)

  • Lint fixes (c20c94e)

  • Enable Derived Regions features (5431478)

  • Improve vector map layer styling to highlight GCC (eb1fe01)

  • Enable Simulations features (f7bb553)

  • Esure context switching clears state and fetches new objects (632236a)

  • More fixes for layer behavior (e6bd902)

  • Create slider for current map layer (shown for datasets where more than one map layer exists) (04966ab)

  • Fix population of GCC chart (03ae6c3)

  • Fix web client build warnings related to versions (085d830)

  • Lint fixes (4b9a3b3)

  • Enable GCC features (8c13bd1)

  • More API changes (a574476)

  • Update conversion tasks for networks and regions (159b5b7)

  • Fix CI syntax (43f85be)

  • Merge changes from #32 (6128827)

  • Other store typing changes (1ef509e)

  • Disable failure on warnings for lint-client (432828b)

  • Add a test for client lint/type (9f80c14)

  • Fix some typing (ad49ab1)

  • Fix some rest endpoints (9f17c5f)

  • Resolve import errors with consistent Vue setup structure ([c0b6a8d](c0b6a8dd6a34...

Read more