Doruk Ozturk
Doruk Ozturk
Kind of related to this: Is it possible to do bulk geocoding? My use case requires to get multiple results but currently I am doing n rest requests for n...
@DavidLeifer There are some [integration test notebooks](https://github.com/OpenGeoscience/geonotebook/blob/master/tests/integration) which you can check. Specifically [this](https://github.com/OpenGeoscience/geonotebook/blob/master/tests/integration/Annotations.ipynb) one.
@DavidLeifer We did a bug fix on not displaying layers. Can you pull the latest version and try?
Hey @suredream, actually we talked about this in the past both internally and with Earth Engine people. In order to have a meaningful integration with Earth Engine we should be...
For big data purposes we did a very experimental Geotrellis integration. We ingested ~2TB of data which was a global 30m NDVI product which worked out pretty well. It had...
@dementiev You should definitely take a look at https://github.com/locationtech-labs/geopyspark They have geonotebook integration with a python interface to geotrellis.
Here is a test case: s3://golden-tile-geotiffs/L57.Globe.month01.2009.hh09vv04.h6v1.doy005to031.NBAR.v3.0.tiff
@digitaltopo We merged a [PR](https://github.com/OpenGeoscience/geonotebook/pull/130) which should solve this issue. Can you pull the latest geonotebook master and try with your data now?
What is your gdal version? You can do: ``` gdal-config --version ``` for gdal system version and ``` pip freeze ``` for your gdal-python binding version. The result of gdal-config...
I see you are on Conda. Can you try to install rasterio with: ``` conda install -c conda-forge rasterio ```