issues Search Results · repo:geopandas/geodatasets language:Python
Filter by
11 results
(61 ms)11 results
ingeopandas/geodatasets (press backspace or delete to remove)Hi! I ve been trying to plot some country-level statistics using geopandas, and have come across this example, which
seems to be exactly what I needed: https://geopandas.org/en/v0.9.0/docs/user_guide/mapping.html ...
acylam
- 1
- Opened on Jul 29, 2024
- #24
$ poetry add geodataset
Using version ^0.3.0 for geodataset
Updating dependencies
Resolving dependencies... (3.4s)
Package operations: 10 installs, 0 updates, 0 removals
- Installing cftime (1.6.4) ...
SebastianoF
- 2
- Opened on Jul 9, 2024
- #22
can more natural earth datasets be added? for example:
import geopandas as gpd
source_url = ( https://www.naturalearthdata.com/ \
http//www.naturalearthdata.com/download/ \
...
rbavery
- 2
- Opened on Feb 28, 2024
- #19
When reviewing downstream packaging, my reviewer pointed out that this package is not MIT. And it s true that lib.py
says BSD 3-clause, and that LICENSE is BSD 3-Clause.
But pyproject.toml has an MIT ...
QuLogic
- 5
- Opened on Dec 30, 2023
- #18
I know that the geopandas is only for vector data, but if this library also include raster dataset too, it will be
useful to more people.
amano-takahisa
- 1
- Opened on Oct 27, 2023
- #17
Unclear if you consider this an issue or not, but it would be nice if gpd.read_file(geodatasets.get_path()) always
constructed a dataframe with a geometry column. For the geoda.cars dataset, the geometry ...
kylebarron
- 1
- Opened on Oct 27, 2023
- #16
In [1]: import geopandas
In [2]: import geodatasets
In [3]: columbus = geopandas.read_file(geodatasets.get_path( geoda columbus ))
In [4]: columbus.crs
Out[4]:
Geographic 2D CRS: EPSG:4326
Name: ...
knaaptime
- 1
- Opened on Aug 25, 2023
- #13
It would be useful to filter Bunch by the geometry type (or any other attribute).
martinfleis
- Opened on Aug 6, 2023
- #11
I noticed that geopandas deprecated gpd.datasets. I m having trouble finding a source of which sets are available
through geodatasets and where to find the strings I use to access them. Would you consider ...
ofloveandhate
- 2
- Opened on May 9, 2023
- #10
To comfortably replace data we use in the GeoPandas documentation, we would ideally need:
- one global dataset
- one set of point and polygon data with some mutually exclusive information (like cities ...
martinfleis
- 2
- Opened on Jan 7, 2023
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.