* colors and materials
* traverse for colors
* fix multipolygons in 3d
* prioritize attributes by default, less geometry divisions
* fix multipolygons
* split polygons in leaflet
* ensure speckleURL argument
* avoid multiple loops
* URL exceptions handling
* add bbox per feature
* leaflet controls to the right
* html syntax
* MVP
* upd
* upd
* fixed dynamic loading
* don't overwrite YAML, remember the value instead
* remove default link; URL syntax; TODO: lat vs lon; speckle_data None
* crs centralized
* not implemented methods
* remove case from args
* removing client auth; only receive branch
* enable Queryables page
* normal props
* reprojection in bulk
* speed up reprojections
* add GisFeature
* fix geometry
* fix coords
* fix lines
* all GIS data works
* non-gis data scaling fixed
* fix non-gis pts and curves
* backup displayValue
* remove redirect to individual features
* replace old links
* UI without redirects
* display parameters
* reroute from homepage
* operations from Core; set HostApp
* receive exception
* all not implemented
* zoom
* redirect to speckle from individual features
* layer color placeholders
* render styles; server info
* Model info column
* html styles
* display Missing URL message
* return functionality for WFS
* more display colors
* load landing page for GIS apps only
* display invalid input error
* typo
* print out agent
* patch specklepy on install
* fix import
* warning for zero coords; remove Account from auth
* remove transport account only before receive
* better patch
* get the entire stream
* fix request split
* clear provider data
* list browsers to support
* better UI
* UI
* UI and hyperlinks
* large map
* Solve issue #1420
Add support for OGC API Processes Outputs
* Resolve Jan, 3 2024 totycro comments
* Solve issue 1420 with full backward compatibility for Processors.
* changed formattings
* Some additional formatting changes
* Update api.py
missing line in api
* Update base.py
To resolve conflict with #1603
* Update base.py
Added subscriber inline doc
* After Ricardo Silva comments on 13 Apr.
Included all the suggested changes on code format andparams name.
* Changed line length
* fixed trailing spaces.
* Update formatting base.py
* Update base.py
---------
Co-authored-by: FrancescoIngv <FrancescoIngv@users.noreply.github.com>
* Move api to subdirectory
* Move processes api to own file
* Adapt processes view methods
* Move openapi definition to processes api
* Use processes api in flask
* Linter
* Fix import issues
* Allow calling refactored views from starlette
* Allow calling refactored views from django
* Linter
* Move edr api to own file
* Adapt edr api to new style
* Fix typo in django views
* Move maps api to own file
* Adapt maps api to new style
* Move edr openapi to edr api file
* Move maps openapi to maps api file
* Move stac views to own file
* Refactor stac views to new file
* Move stac openapi to stac api file
* Move tiles api to own file
* Adapt tiles api to new style
* Also move tilematrixset to tiles api
* Adapt tilesetmatrix views to new style
NOTE: I had to remove one tilematrixsets test because
it tested that an invalid format would produce an error.
This now happens by default for all views, but the actual
code is outside of the endpoint function.
* update features, records, coverages
* update release version
* switch back to dev
* backport of #1313
* backport of #1313 fix
* backport of #1585
* Flask: sanitize OGC schema pathing (#1593)
* update release version
* switch back to dev
* backport of #1596
* Port test_gzip_csv test
Note that apply_gzip is now called by the web framework adapters,
so to test it in general, we have to call it in the test manually
* Add empty conformance class list to stac api
* Fix queryables call in starlette
* fix ref
* Unify request validity checking
The default case is handled by the web framework adapters. If custom
format handling is required, the check in the adapter must be skipped.
* Fix imports in django views
* backport #1598
* Remove test about format handling in endpoint
This is now handled outside of the endpoint function
* add docstring to base process manager (#1603)
* backport of #1601
* Port api ogr tests to new style
* Move processes tests to own file
* Run api tests from new dir in CI
* Move edr tests to own file
* Move maps tests to own file
* Move tiles tests to own file
* Actually hide hidden layers in openapi
* 1600 allow providing default value in config (#1604)
* move coverages tests to own file
* move itemtypes to own file, move core into init test
* fix OpenAPI output
* update tests
* add missing descriptions to OpenAPI admin responses
* update tests
* fix tests autodiscovery
* remove unused logging in tests
* address PR comments
* test with xarray 2024.2.0
* remove unneeded file
* safeguard xarray error
* unpin xarray
* fix OpenAPI generation
* fix schema endpoint in Flask and Starlette
* Safely serialize configuration JSON (#1605)
* Safely serialize configuration JSON
Co-Authored-By: Tom Kralidis <tomkralidis@gmail.com>
* Revert "Safely serialize configuration JSON"
This reverts commit 36feb067ee6f87e61955852dc48994f075806370.
* Add test for datetime with Admin API
* Safely serialize configuration JSON
---------
Co-authored-by: Tom Kralidis <tomkralidis@gmail.com>
* backport #1611
* Also fix schema endpoint for django
Fix is analogous to e72d4ba3a5ba3b8621ca839e7814429beeeb8f01
* address additional PR comments
---------
Co-authored-by: Tom Kralidis <tomkralidis@gmail.com>
Co-authored-by: Angelos Tzotsos <gcpp.kalxas@gmail.com>
Co-authored-by: Ricardo Garcia Silva <ricardo.garcia.silva@gmail.com>
Co-authored-by: Benjamin Webb <40066515+webb-ben@users.noreply.github.com>