earthpy
earthpy copied to clipboard
Update Lessons
Fix Download fixes
Now that we have fixed a bug in earthpy let's fix the online lessons that downloaded those files with quotes in the name.
- [ ] Once we push a new patch @nkorinek will you please update the tabular lesson and the exercise if it's an issue there to use
get_data()and remove the part about file renaming please too. please do this- [ ] https://github.com/earthlab/edsc-summer-2020/blob/master/data-types/04-data-types-exercise.ipynb
- [ ] and work with @lherwehe who will be publishing the lessons to the website to ensure it's corrected there too.
Update download for the raster lesson
- [ ] i call the NAIP data in this lesson : https://github.com/earthlab/edsc-summer-2020/blob/master/data-types/03-intro-to-raster-data.ipynb let's update the download to use the new earthpy as well AND also make sure that @lherwehe includes this in the website lessons
NOTE -- i can't actually implement this until we update the following environments to force the newest version of earthpy
- [x] we need to update the LESSONS REPO DOCKER CONTAINER with the newest version of earthpy https://github.com/earthlab/r-python-eds-lessons-env
PR here AND - [ ] earth-analytics-python envt https://github.com/earthlab/earth-analytics-python-env
Here are some helpful references for updating your CRS documentation:
- https://pyproj4.github.io/pyproj/stable/examples.html#using-crs
- https://rasterio.readthedocs.io/en/latest/api/rasterio.crs.html
- https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems
- https://geopandas.readthedocs.io/en/latest/docs/user_guide/projections.html