-
Notifications
You must be signed in to change notification settings - Fork 5
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
RavenGIS #127
base: master
Are you sure you want to change the base?
RavenGIS #127
Conversation
…ociated tests, temporarily make RavenWPS rely on raven-gis-refactor branch of RavenGIS, synchronize RavenPy and RavenGIS with the same cookiecutter via cruft
… reproject without fiona/ogr, add pyshp and geojson to RavenPy requirements
…mation flags, update requirements with pyproj and shapely
…ling [WIP], updating dependencies
…nferred without GDAL, Click API updated to accept --input-shape-crs and --routing-shape-crs
Present state of affairs: Tests are passing, but the speed of tests |
…le reading, hid _generic_extract_archive as it is not needed at user-level, removed GIS_import_error_message - WIP
…n-GDAL pure-python workflow
There's a very real possibility that the code will run faster without GDAL. I have some optimizing left to do, but I think the slowdowns in the GridWeight file formatter can be fixed with a cleaner approach. The original version of the code is triggered automatically if |
I can't explain why the PyPI-noGDAL-based install is incredibly slow on some tests. The conda-forge build does not have GDAL and outperforms PyPI-GDAL builds by minutes. In any case, I need to move on for now, |
Overview
This PR fixes [issue id]
Changes:
Related Issue / Discussion
#125
Additional Information
Links to other issues or sources.