Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for subset failure #433

Merged
merged 1 commit into from
May 27, 2019
Merged

Workaround for subset failure #433

merged 1 commit into from
May 27, 2019

Conversation

htmlboss
Copy link
Contributor

* Described here: pydata/xarray#2822 (comment)
* Until we get our conda environment fixed this will have to do.
@htmlboss htmlboss added Bugfix A fix for something broken. Python labels May 27, 2019
@htmlboss htmlboss self-assigned this May 27, 2019
@htmlboss htmlboss merged commit 8280554 into master May 27, 2019
halehkh65 added a commit that referenced this pull request May 27, 2019
* WIP: Implementing geojson-vt for bathymetry

* Minor change to how geojson is loaded

* Added API extension for PBF tiles

* Updated API script

* Disabled vector rendering before zoom level 7

* Added shape layers for zooms past 7

* Removed old API extension

* Fixed Data types in bath_shapes params

* Fixed extension of bath_shapes route

* Changed API call for high res bathymetry to v1.0

* Disable old tiles for zooms beyond 7

* Chagned directory names to facilitate two demos

* Updated max zoom level

* disabled preloading on shape layers

* Removed preloading, updated API to use mbtiles file

* Moved tile serving to routes_impl and combined requests

* removed demo stuff

* Renamed API request and changed directories to work with flask config

* Fixed styles, added projection to API request preemptively

* Added projection variable + Added documentation

* Vector sources now refresh on state change

* Added description of mbt_impl

* Formatting

* Removed unnecessary files
- deleted geojsons from previous attempts

* Removed unnecessary lines

* Added shape path
- forgot this was important

* Disabled preloading past zoom level 7
- exactly the same as having preloading at infinity for max zoom level 8
- this helps performance at higher zoom levels on lower end machines

* Small clean up
- changed layer_bath url back to the old api so old caches still work

* Ran eslint --ext .jsx,.js src/ --fix

* Unified tileGrids
- Defined as a variable
- Now using MAX_ZOOM[this.props.state.projection]

* Fix some incorrect file paths

* Changed variable names
- Made mbt_imp a bit clearer

* If block optimization
- code more likely to run now runs first

* Update datasetconfig.json (#429)

* Added new calculated variables to supported datasets.
* Switch from navigator domain to localhost (much better performance).

* Workaround for subset failure (#433)

* Described here: pydata/xarray#2822 (comment)
* Until we get our conda environment fixed this will have to do.

* Lat / Lon variable fix for subsetting  (#434)

* Search the superset for lat lon variables
- broke from geoff's code, this should fix it

* Removed unused variable declaration
@htmlboss htmlboss deleted the release-hotfix-subset branch January 16, 2020 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix A fix for something broken. Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant