Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Sometimes you need sample raster and vector data for your python applications.
Sometimes you need bad data for your corner test cases. (No projections, NaN values).
Sometimes you just need test metadata.
This library provides all of the above.
The latest release can be installed using::
pip install gisdata
Get the absolute path to the the sample data from python::
>>> from gisdata import DATA_DIR
>>> print DATA_DIR
'/usr/lib/python2.6/site-packages/gisdata/data'
>>> from gisdata import BAD_DATA
>>> print BAD_DATA
'/usr/lib/python2.6/site-packages/gisdata/data/bad'
>>> from gisdata import GOOD_DATA
>>> print GOOD_DATA
'/usr/lib/python2.6/site-packages/gisdata/data/good'
>>> from gisdata import METADATA_DIR
>>> print METADATA_DIR
'/usr/lib/python2.6/site-packages/gisdata/metadata'
>>> from gisdata import GOOD_METADATA
>>> print GOOD_METADATA
'/usr/lib/python2.6/site-packages/gisdata/metadata/good'
FAQs
Sample data and metadata for GIS packages
We found that gisdata demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.