Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spatialthoughts committed Feb 13, 2024
1 parent 66fff77 commit 1006c01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/python-foundation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3197,6 +3197,10 @@ <h3>Project Ideas</h3>
href="https://python-visualization.github.io/folium/">folium</a> to
create an interactive map. See this <a
href="https://medium.com/analytics-vidhya/interactive-choropleth-map-in-python-using-folium-4e1479d9e568">example</a></li>
<li>Using AI Models: Use <a
href="https://openai.com/blog/openai-api">OpenAI API</a> to process text
or <a href="https://samgeo.gishub.org/">Segment Geospatial</a> to
extract features from satellite imagery.</li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion python-foundation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ If you do not have a project of your own, here are some recommendation for proje
- [Sampling Raster Data using Points or Polygons](https://www.qgistutorials.com/en/docs/3/sampling_raster_data.html)
- **Network Analysis**: Use the [osmnx package](https://github.com/gboeing/osmnx) to do network analysis with OpenStreetMap data and Python. Start by looking at [examples](https://github.com/gboeing/osmnx-examples/tree/master/notebooks)
- **Visualization and Interactive Mapping**: Use the plotting library [geoplot](https://residentmario.github.io/geoplot/index.html) or mapping library [folium](https://python-visualization.github.io/folium/) to create an interactive map. See this [example](https://medium.com/analytics-vidhya/interactive-choropleth-map-in-python-using-folium-4e1479d9e568)

- Using AI Models: Use [OpenAI API](https://openai.com/blog/openai-api) to process text or [Segment Geospatial](https://samgeo.gishub.org/) to extract features from satellite imagery.


## Keep Learning
Expand Down

0 comments on commit 1006c01

Please sign in to comment.