GithubHelp home page GithubHelp logo

automating-gis-processes / 2017 Goto Github PK

View Code? Open in Web Editor NEW
46.0 46.0 28.0 218.62 MB

Course materials of Automating GIS processes -course for year 2017, Department of Geosciences and Geography, Uni. Helsinki

Home Page: https://automating-gis-processes.github.io/2017

License: MIT License

Makefile 0.04% HTML 17.86% Batchfile 0.05% Python 0.36% Jupyter Notebook 81.69% CSS 0.01%

2017's People

Contributors

christophfink avatar htenkanen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

2017's Issues

Unnecessary preprocessing of geometries for Bokeh - Lesson 5

Bokeh can use the geometries of GeoDataFrames off the cuff if you first convert them to JSON, followed by creating a GeoJSONDataSource, and feeding it to it.
e.g. GeoJSONDataSource(geojson=GeoDataFrame.to_json())

Then you use the GeoJSONDataSource as you would a ColumnDataSource, as Bokeh does the conversions internally. The conversion to x's and y's or xs' and ys' occurs, so you are able to use those as column names.

P.S. Very informative course. Thank you!

Query for Spark Integration : Lesson 3 - Fast Nearest Neighbours

Hi,
This is with respect to - /source/notebooks/L3/nearest-neighbor-faster.ipynb.
Really liked the idea and thanks for the example, this is really useful. However, I was wondering can this be parallelized using Spark to achieve a further speedup, I have 10s of billions of rows, and using Spark currently to process all of the lat-long data, and I have another Dataframe, which has 10 Million Points of Interest, I want to perform a nearest neighbor analysis to find closest Point of Interest.

I am already performing clustering to reduce the dataset size, but it would be really interesting to see if this can be further integrated with Spark to achieve further latency reduction.

Look forward to your thoughts.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.